Skip to main content
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:
  1. API access - Admin API access is available to merchants on our Superest, or custom plans. Contact the support team to request access.
  2. Authentication - Generate API keys from your Supercycle admin. See Authentication for details.
  3. 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 a 429 Too Many Requests response. Contact support if you need higher rate limits for your use case.

Support

If you have questions or need help with the API, reach out to the Supercycle support team.