Skip to content

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_me
PrefixEnvironmentNotes
sk_live_ProductionActs on real data. Rotate immediately if leaked.
sk_test_SandboxSafe for development. Data is isolated from production.
  1. Create a new key in Settings → API keys.
  2. Deploy the new key to your application.
  3. Revoke the old key once traffic has migrated.

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