API Tokens

Token Object

The token object represents an authentication token user in the Marketplace platform. This object contains the following properties:

FieldTypeDescription

id

string

Primary API token identifier.

Example: "TKN-1671-0642"

href

string

Relative reference to object on 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: Active, Disabled, Deleted

modules

At least one modules validation when creating API Token.

account

Account under which the token has been defined.

Example:

{
  "id": "ACC-123-123",
  "name": "Microsoft"
}

token

string

Authentication code.

Example

{
    "id": "TKN-4134-7330",
    "href": "/v1/accounts/accounts/ACC-1671-0642/tokens/TKN-4134-7330",
    "name": "Name",
    "description": "Description",
    "icon": "",
    "status": "Active",
    "modules": [
        {
            "id": "MOD-1756-1452"
        },
        {
            "id": "MOD-9042-8216"
        }
    ],
    "token": "CODE"
}

Last updated

SoftwareOne is a trademark of SoftwareOne, Inc. "The Software Licensing Experts" is a service mark of SoftwareOne, Inc. VAR assist is a trademark of SoftwareOne, Inc. "It pays to partner" is a service mark of SoftwareOne, Incorporated.