Create a token

Application API tokens are created on request. Simply supply a human-readable name to associate with the token (so you know where it is being used) with the scopes to be assigned.

You will use the id of this token in the authentication header. You will also use this id to modify the token itself (enable it, disable it, delete it).

This action triggers an email notification.

Authorized scopes:

  • owner
  • admin:full

2FA Secured

This endpoint requires a 2FA confirmation code be provided in the request body.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The id of the application.

Body Params
string
required

The human-readable name to associate with the token.

scopes
array of objects
required

The scopes to assign to the token. Scopes are used to limit the actions that can be performed with this token.

scopes*
string
required

The 2FA confirmation code sent to the user's email address.

Headers
integer
Responses

401

Unauthorized

Language
Credentials
Bearer
token
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json