How do I integrate the API?
The REST API supports catalog queries, order creation, order-status queries, and verification-code retrieval. API keys can be created in the dashboard without contacting support.
Read the developer documentation first, then validate authentication, idempotency, timeouts, and retry behavior with low traffic before scaling. Never place an API key in browser code, a public repository, or a screenshot.
For authentication, rate-limit, or webhook issues, include the endpoint path, HTTP status, request time, and request ID. Do not send the full API key.
Was this answer helpful?