specs/models/M_API_TOKENS

API Tokens

An "API Token" is a combo of an API key and a secret alphanumeric code that allows anybody to read or write to Tulip's database. It must be manually created by a user with access to the API Tokens page- there are no "default" API tokens.

Access is controlled via the API key and secret, and can always be turned off at any point. The "secret" will only be displayed once, when the API token is created.

Fields

FieldDescription
NameA text value for the user-facing name
ImageAn optional image uploaded by the user
ScopesThe permissions for the API token. Possibilities include any combination of: read access for apps, machines, tables, and table queries, as well as write access for events, attributes, machines, tables, table queries, and users.
API KeyAn automatically generated unique alphanumeric string ID for the API token
SecretA text value that will be required every time the API is called. Revealed once during API token creation, then the user must manually add this key to the service that is calling the Tulip API.
Auth HeaderAn automatically generated text value to be included in the header of requests to the Tulip API
CreatorThe user that created the API token
Create DateThe date that the API token was created
EnabledBoolean value for whether the API token is active or not

Tests

IDName
QA-T579API Tokens : 01 - Creating, Editing, and Disabling API Tokens
QA-T1191User Management: 16 - Logging out of one tab logs out of all tabs
QA-T1282Creating Global and Worksapce-Scoped API Tokens

Requirements

No requirements