Skip to main content
Manage the API keys for the calling account. These endpoints are used by the Developers screen and are available to your authenticated session.

List keys

GET /keys returns safe fields only — never the secret.
boolean
array
Each key’s id, label, masked prefix and metadata (no secret).

Create a key

POST /keys creates a key. The full secret is returned once here and never again — store it immediately.
string
required
A human label for the key, 1–60 characters (e.g. "Production").
The secret is shown only in this create response. If you lose it, revoke the key and create a new one — you cannot retrieve it again.