#The Workspace Token object
Describes a long-lived credential Linkbreakers issues so back-end integrations can call workspace APIs without a human session, while keeping auditing metadata for security reviews.
createdAt
string (date-time)The timestamp when the token was created
createdBy
stringThe member who created the token (UUID of creator)
id
stringThe unique identifier of the workspace token (UUID)
keyType
string (enum)WorkspaceTokenKeyType defines the access level of a workspace token
Allowed values
WORKSPACE_TOKEN_KEY_TYPE_UNSPECIFIEDDefault value (should not be used)
WORKSPACE_TOKEN_KEY_TYPE_SECRETSecret key with full API access
WORKSPACE_TOKEN_KEY_TYPE_PUBLISHABLEPublishable key with limited access
lastUsedAt
string (date-time)The timestamp when the token was last used
name
stringThe name of the token
updatedAt
string (date-time)The timestamp when the token was last updated
workspaceId
stringThe workspace ID the token belongs to (UUID)