Authentication
All API requests authenticate with a bearer token. Send your API key in the
Authorization header on every request.
Authorization: Bearer sk_live_replace_meKey types
Section titled “Key types”| Prefix | Environment | Notes |
|---|---|---|
sk_live_ | Production | Acts on real data. Rotate immediately if leaked. |
sk_test_ | Sandbox | Safe for development. Data is isolated from production. |
Rotating a key
Section titled “Rotating a key”- Create a new key in Settings → API keys.
- Deploy the new key to your application.
- Revoke the old key once traffic has migrated.
Scoping
Section titled “Scoping”Restrict what a key can do by assigning scopes at creation time —
for example, widgets:read for a read-only integration. Requests using a key
without the required scope receive a 403 Forbidden response.
Maintained by EkLine