Skip to main content
POST
create a static API token for your org

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and token.

Body

application/json

Input

name
string
required

human-friendly name to identify the token later

duration
string
default:8760h

defaults to one year

role
string

org role granted to the token. one of org_admin, org_support, org_read_only. defaults to org_read_only.

Response

201 - application/json

Created

api_token
string
id
string