Skip to main content
POST
create-org-workspace-access-token

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
tenantId
string

Tenant ID to scope the token to

tenantKey
string

Tenant key to scope the token to (resolved to tenantId)

name
string

Name for the generated token

fields
object

Custom fields to include in the token

connectedProductId
string

[INTERNAL] Connected product ID

Response

200 - application/json

Generate an access token for an organization workspace.

token
string
required

The generated access token