The Supercycle Admin API allows you to programmatically access and manage your rental, subscription, and resale operations. Use the API to integrate Supercycle with your existing systems, automate workflows, and build custom tools for your business. To use the Admin API, you need:Documentation Index
Fetch the complete documentation index at: https://docs.supercycle.com/llms.txt
Use this file to discover all available pages before exploring further.
- 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.