v41

latestOpenAPI 3.1.0raw.githubusercontent.com2025-08-053715199.1 KB
Token

List tokens

List the current user's personal access tokens.

get/token

Response

List of personal access tokens.

Example response

{
  "data": [
    {
      "id": "pat_XXXXXXXXXXXXXXXXXXXXXXXXX",
      "token": "trm_test_******XXXX",
      "created": "2024-06-29T19:36:19.000Z"
    }
  ]
}