- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
ApiKey - API Key Module Data Models Reference
This documentation provides a reference to the ApiKey data model. It belongs to the API Key Module.
id
PrimaryKeyModifier<IdProperty>The ID of the API key.
token
TextPropertyThe token of the API key
salt
TextPropertySalt used to create the API key token.
redacted
TextPropertyThe redacted form of the api key's token. this is useful when showing portion of the token.
title
TextPropertyThe title of the API key
type
EnumProperty<["publishable", "secret"]>The type of the API key. Can be
secret
or publishable
.created_by
TextPropertyThe ID of the user that created the API key
last_used_at
DateTimePropertyOptionalThe date the API key was last used.
revoked_by
TextPropertyOptionalThe ID of the user that revoked the API key
revoked_at
DateTimePropertyOptionalThe date the API key was revoked.
Was this page helpful?