Create Token
POST {{protocol}}://{{accounts_api_url}}/{{accounts_api_version}}/tokens
Creates a new developer token. Upon successful creation, copy and save the returned token value from the response. This is the only time the token will be available and visible.
Request Body
{"roleZUID"=>"{{role_zuid}}", "name"=>"Example Token Name"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |