Access
List personal tokens
List the current user's personal access tokens.
get/token
Response
List of personal access tokens.
Example response
{
"data": [
{
"id": "pat_XXXXXXXXXXXXXXXXXXXXXXXXX",
"token": "terminal_test_************XXXX",
"time": {
"created": "2024-06-29T19:36:19.000Z"
}
}
]
}