- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
ApiKeyDTO
The API key details.
id
stringThe ID of the API key.
token
stringThe token of the API key.
redacted
stringThe redacted form of the API key's token. This is useful
when showing portion of the token. For example
sk_...123
.title
stringThe title of the API key.
type
ApiKeyTypeThe type of the API key.
last_used_at
null | DateThe date the API key was last used.
created_by
stringWho created the API key.
created_at
DateThe date the API key was created.
updated_at
DateThe date the API key was updated.
deleted_at
null | DateThe date the API key was deleted.
revoked_by
null | stringWho revoked the API key. For example,
the ID of the user that revoked it.
revoked_at
null | DateThe date the API key was revoked.
Was this page helpful?