Skip to main content
GET
/
v1
/
core
/
auth
/
tokens
{
  "data": [
    {
      "tokenId": "<string>",
      "tokenName": "<string>",
      "organizationId": "<string>",
      "authorizedOrgGroupId": "<string>",
      "parentOrgGroupTokenId": "<string>",
      "createdAt": "<string>"
    }
  ],
  "cursor": "<string>"
}

Response

200 - application/json

List all tokens for a given org.

data
object[]
required
cursor
string | null
required

Opaque cursor for pagination