Skip to main content
GET
/
tokens
{
  "metadata": {
    "totalCount": 123
  },
  "results": [
    {
      "identifier": "<string>",
      "name": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "createdBy": "<string>",
      "description": "<string>",
      "lastUsed": "2023-11-07T05:31:56Z"
    }
  ]
}
{
  "status": "<string>",
  "context": {},
  "type": "<string>",
  "title": "<string>",
  "detail": "<string>",
  "violations": [
    {
      "title": "<string>",
      "propertyPath": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

filter
string

Apply search criteria.

space
string

Space Identifier

Response

A list of token identifiers

metadata
object
results
object[]