API Tokens
The API Token object represents an authentication token user in the Marketplace platform. The object contains the following properties:
Field
Type
Description
id
string
Primary API token identifier.
Example: TKN-1671-0642
href
string
Relative reference to the object in the API.
Example: /v1/accounts/accounts/ACC-1671-0642/tokens/TKN-4134-7330
name
string
Name of the token.
Example: Robot
description
string
Token description.
Example: Test token
status
string
Status of the token, such as Active, Disabled, or Deleted.
modules
Modules validation when creating API Token.
account
Account under which the token has been defined.
Example:
token
string
Authentication code.
Example
Last updated
Was this helpful?