#The Workspace Token object
WorkspaceToken represents a token used for workspace authentication
createdAt
string (date-time)createdBy
stringid
stringlastUsedAt
string (date-time)name
stringupdatedAt
string (date-time)workspaceId
stringEndpoints for managing workspace tokens in Linkbreakers. These endpoints allow you to create, list, and delete workspace tokens for authentication.
WorkspaceToken represents a token used for workspace authentication
createdAt
string (date-time)createdBy
stringid
stringlastUsedAt
string (date-time)name
stringupdatedAt
string (date-time)workspaceId
string/v1/workspace-tokens
Requires auth/v1/workspace-tokens/{id}
Requires auth/v1/workspace-tokens
Requires authThis endpoint does not accept any parameters.
name
stringEverything worked as expected.
accessToken
stringThe actual JWT token to be used for authentication. It is returned only once and cannot be retrieved again.
token
objectAll endpoints may return an unexpected error payload when a request cannot be processed.
error
objectRequiredWrapped error response.
/v1/workspace-tokens/{id}
Requires auth