Overview
An API Key authenticates your requests. Keys are scoped to your account — every key on your account has the same access. The full secret (sk_...) is returned exactly once, when the key is created; afterwards only a preview is shown.
Manage keys with the List, Create, and Delete endpoints.
Properties
Unique key identifier. Used to delete the key — this is not the secret. Your account’s default key always has the id
default.Human-readable label for the key.
Redacted preview of the secret (first and last characters), e.g.
sk_a1b…9z8x.Whether the key is currently valid for authentication.
Whether this is your account’s default key. The default key cannot be deleted.
When the key was created (ISO 8601 timestamp).
When the key last authenticated a request (ISO 8601 timestamp).
null if never used.