Welcome to the Flexprice API
The Flexprice API lets you programmatically manage pricing, subscriptions, and billing for your SaaS application.Base URL
All API requests must use one of the following base URLs:- US Region:
https://us.api.flexprice.io/v1 - India Region:
https://api.cloud.flexprice.io/v1

Authentication
All API endpoints require authentication using an API key. Include your API key in thex-api-key header with every request.
Response Format
Successful API responses return JSON data directly. The response structure varies by endpoint—see individual endpoint documentation for details.Error Handling
The API uses standard HTTP status codes:200- Success201- Created400- Bad Request401- Unauthorized404- Not Found409- Conflict429- Too Many Requests500- Internal Server Error
Need Help?
- Email: [email protected]
- Documentation Updates: [email protected]

