v14

latestOpenAPI 3.0.32026-08-04377889.4 MB
global-config

Get all tokens of a Global Config

Returns all tokens of a Global Config.

get/v1/global-config/{edgeConfigId}/tokens

Path parameters

edgeConfigIdstring required

Query parameters

teamIdstring
Example:team_1a2b3c4d5e6f7g8h9i0j1k2l

The Team identifier to perform the request on behalf of.

slugstring
Example:my-team-url-slug

The Team slug to perform the request on behalf of.

Response

The Global Config.

partialTokenstring required

A partially-masked representation of the token, safe to display in UIs. The format is the first 3 characters of the token followed by a fixed 8-character * mask (e.g. 550e8400-e29b-41d4-a716-446655440000550********). The mask length is intentionally fixed (not proportional to the original token length) to avoid leaking the token length. Prefer this field for display/reference in UIs and logs. The full, plaintext token is only disclosed once at creation time via POST /v1/edge-config/:edgeConfigId/token; use id to reference a token in subsequent calls (e.g. when deleting).

labelstring required
idstring required

This is not the token itself, but rather an id to identify the token by

edgeConfigIdstring required
createdAtnumber required
tokenstring

Deprecated: the full, plaintext token. - Returned once by POST /v1/edge-config/:edgeConfigId/token (create). - Still returned by GET /v1/edge-config/:edgeConfigId/token/:token (detail) for backwards compatibility, but scheduled for removal. - Not returned by GET /v1/edge-config/:edgeConfigId/tokens (list); use partialToken for display and id to reference tokens. Do not rely on this field being present on read operations. Prefer partialToken for display and id for references.