Type Definitions
Type Definitions
List API keys
Create API key
string
required
A label to identify this key (e.g.
"Production Backend", "Staging").string[]
Optional list of permission scopes. Omit to grant all permissions available to your account.
string
Expiry date in ISO 8601 format. Omit for a non-expiring key.
Revoke API key
string
required
The API key ID to revoke.
Using an API key
Include the key in theAuthorization header of every request:
Node.js
Store API keys as environment variables or in a secrets manager. Never commit them to source control.

