ApiKeyDTO
The API key details.
id
stringRequiredThe ID of the API key.
token
stringRequiredThe token of the API key.
redacted
stringRequiredThe redacted form of the API key's token. This is useful
when showing portion of the token. For example
sk_...123
.title
stringRequiredThe title of the API key.
The type of the API key.
last_used_at
null | DateRequiredThe date the API key was last used.
created_by
stringRequiredWho created the API key.
created_at
DateRequiredThe date the API key was created.
revoked_by
null | stringRequiredWho revoked the API key. For example,
the ID of the user that revoked it.
revoked_at
null | DateRequiredThe date the API key was revoked.
Was this section helpful?