v41

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

Get token

Get the personal access token with the given ID.

get/token/{id}

Path parameters

idstring required

ID of the personal token to get.

Example:pat_XXXXXXXXXXXXXXXXXXXXXXXXX

Response

Personal access token.

Example response

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