Base URL
All API requests should be made to:Authentication
The API uses Bearer token authentication. Include your API key in theAuthorization header:
Get your API key
Generate API keys in your store dashboard
Request Format
- All requests should include
Content-Type: application/jsonheader for POST/PUT requests - Request bodies should be JSON encoded
- Query parameters should be URL encoded
Response Format
All responses follow a consistent JSON structure:Pagination
List endpoints use cursor-based pagination:cursor query parameter to navigate pages:
Available Endpoints
Store
Retrieve store information
Products
List and retrieve products
Checkout
Initiate checkout sessions
Sales
Manage sales and orders
Customers
Customer management
Licenses
License key management
Discounts
Discount code management
Pulses
Webhook notification pulses
Rate Limits
| Endpoint Type | Limit |
|---|---|
| All API requests | 10/min |