API Reference
The Reseller API is organized around REST. It accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
Base URL
https://api.example.com
Core Concepts
Authentication
Learn how to authenticate requests using JWT tokens, API keys, and webhook HMAC signatures.
Errors
Understand error codes, response formats, and how to handle failures gracefully.
Pagination
Navigate large lists with cursor-based pagination.
Rate Limiting
Understand request rate limits and how to handle throttling.
Request IDs
Every response includes a unique request ID for debugging and support.
Request
curl https://api.example.com/v1/reseller_stores \
-H "Authorization: Bearer sk_live_4eC39HqLyjWDarjtT1zdp7dc" \
-H "Content-Type: application/json"