API Tokens
Create API Token
Returns a new API token belonging to a user.
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
The name of the api token.
Response
200 - application/json
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.