Skip to main content
GET
Get or create a personal access token

Authorizations

Authorization
string
header
required

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

Path Parameters

name
string
required

Query Parameters

teamName
string | null

Team name that owns this PAT when a new PAT is created

Response

The personal access token data and authentication token.

data
VirtualAccount · object
required

The personal access token data.

token
string
required

The authentication token. Store this securely — it cannot be retrieved later.

created
boolean
required

Whether a new token was created (true) or an existing one was returned (false).