POST
/
v1
/
auth
/
api-tokens
/
{tokenName}

The token in the response is never revealed again. Store this somewhere safe, and never share or commit it to source control.

Path Parameters

tokenName
string
required

The name of the api token.

Response

200 - application/json
name
any
id
any
token
string

The actual token contents as a JWT. This is used with the Bearer header, see Authentication for more details. This token is never revealed again.