Examples for using the Reseller API are shown below.
You can use Postman to easily test the Reseller API. It lets you quickly validate your requests and move your integration forward smoothly.
Every request must:
- Use the
POST method
- Send and accept
application/json
- Include your API key in the JSON body as the
key field
Example cURL request
Example JSON response
More languages
Response status
Every response includes a status field. A value of successful indicates the request was handled correctly; any other value indicates an error and the response will include a descriptive message.