v2

latestOpenAPI 3.1.02026-07-312303692.4 MB
Authentication

List Api Tokens

List all API Tokens.

get/api/v1/management/authentication/{env_id}/api-token

Path parameters

env_idstring required

The Environment's ID.

Example:org_1srOrx2ZWZBpBUvZwXKQmoEYga2

The Environment's ID.

Query parameters

limitinteger

Limit the number of returned items

Limit the number of returned items

iteratorstring nullable

The iterator returned from a prior invocation

Example:key_1srOrx2ZWZBpBUvZwXKQmoEYga2

The iterator returned from a prior invocation

order'ascending' | 'descending'

Defines the ordering in a listing of results.

The sorting order of the returned items

Response

iteratorstring nullable required
prevIteratorstring nullable
doneboolean required

Example response

{
  "iterator": "iterator",
  "prevIterator": "-iterator"
}