Trusted Token Issuers

List trusted token issuers

Lists the customer's trusted token issuer registrations.

get/v2/trusted_token_issuers

Query parameters

limitinteger

The maximum number of registrations to return in the list.

page_keystring

The opaque cursor returned in metadata.page_key of the previous response. Omit it to fetch the first page.

Headers

Request-Timeoutinteger

The platform makes a best effort to complete the request in the specified seconds, or it times out.

Request-Timeout-Millisinteger

The platform makes a best effort to complete the request in the specified milliseconds, or it times out.

Response

The customer's trusted token issuers. Empty when none are registered.

Example response

{
  "trusted_token_issuers": [
    {
      "id": "tki_9Kx2QpVn4mZr8YbLc5TdWe",
      "name": "Acme Okta production",
      "description": "Lets Acme portal users chat with the support agent.",
      "issuer": "https://acme.okta.com/oauth2/default",
      "jwks_uri": "https://acme.okta.com/oauth2/default/v1/keys",
      "enabled": true,
      "last_jwks_fetch_at": "2026-08-12T10:30:00Z",
      "jwks_key_count": 2,
      "jwks_fetch_error": "jwks fetch failed: connection timed out",
      "created_at": "2026-08-07T10:30:00Z",
      "updated_at": "2026-08-07T14:45:00Z"
    }
  ],
  "metadata": {
    "page_key": "eyJvZmZzZXQiOjF9"
  }
}

Changes

Changed in 1 of the 7 revisions of this API.1