API reference
API reference
Explore the paid Rangler API contract and test requests against live or sandbox.
The API reference is generated from Rangler's curated customer OpenAPI contract.
Base URLs
| Environment | Base URL | Key prefix |
|---|---|---|
| Live | https://api.rangler.co | rgl_live_ |
| Sandbox | https://sandbox-api.rangler.co | rgl_test_ |
Authentication
Customer API endpoints use an organization API key:
X-API-Key: rgl_live_your_key_herePortal management endpoints use a bearer token and are published under /developer/v1.
Keep live API keys on your server. Do not expose them in browsers, mobile applications, public repositories, or client-side environment variables.
Using the playground
Choose an endpoint from the navigation, select live or sandbox, enter the appropriate credential, and send the request. Mintlify proxies playground requests so browser CORS policy does not block the test.
For integration guidance, start with Authentication, Response conventions, and Errors.