API Token
Last updated
Was this helpful?
An API Token represents a user authentication token within the platform.
This object contains the following attributes:
id
string, core
(Read-only) The primary identifier for the token.
name
string, core
The name of the token.
description
string
(Optional) A description of the token.
icon
string, core
(Optional) The relative path to the API token icon.
status
string
(Read-only) The token's status. Allowed values:
Active
Disabled
Deleted
token
string
(Read-only) The token's authentication code.
{
"id": "TKN-4134-7330",
"name": "access token",
"description": "Token for Marketplace",
"icon": "",
"status": "Active",
"modules": [
{
"id": "MOD-1756-1452"
},
{
"id": "MOD-9042-8216"
}
],
"token": "CODE"
}Last updated
Was this helpful?
Was this helpful?
{
"id": "ACC-123-123",
"name": "Microsoft"
}