For the complete documentation index, see llms.txt. This page is also available as Markdown.

Token states

Learn about the different states of an API token.

An API token allows you to authenticate requests to the REST API.

A token can be in one of these states: Active, Disabled, or Deleted. The following diagram shows the transitions between these states:

The state transition diagram of an API token.

The following table describes the different states:

State
Definition

Active

The token is authenticated and will allow access to the endpoint.

Disabled

The token is temporarily deactivated. Any attempts to access the endpoint will return an error.

Deleted

The token is permanently removed from the system.

Last updated

Was this helpful?