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"
}
]
}