Optionalcreated_When this key was created (ISO 8601).
Optionalexpires_When this key expires and becomes invalid. null if the key does not expire.
Optionalfull_The complete secret key value, returned only once when the key is first created. null on subsequent retrievals.
Sandbox key ID (dsk_...).
Optionalkey_A short hint showing the last four characters of the key, used for identification. null if no hint is available.
Optionalkey_The full key value for "publishable" keys. null for "secret" keys; use full_key instead, which is returned only at creation time.
Optionallast_When this key was last used to authenticate a request. null if the key has never been used.
Current lifecycle status of the key. One of "active" (usable) or "revoked" (permanently disabled).
The kind of key. One of "publishable" (safe for client-side use) or "secret" (server-side only).
An API key scoped to a developer sandbox, used to authenticate requests against sandbox resources.