- API access - Admin API access is available to merchants on our Superest, or custom plans. Contact the support team to request access.
- Authentication - Generate API keys from your Supercycle admin. See Authentication for details.
- Base URL - All API requests use the base URL:
https://app.supercycle.com/api/v1
API structure
The Admin API follows REST principles:- Resources are accessed via standard HTTP methods (GET, POST, PUT, DELETE)
- Requests and responses use JSON format
- Responses include standard HTTP status codes
- Pagination is available for list endpoints
Rate limits
API requests are rate limited to ensure system stability. If you exceed the rate limit, you’ll receive a429 Too Many Requests response. Contact support if you need higher rate limits for your use case.