Skip to main content
GET
/
user
/
personal-access-tokens
List PATs
curl --request GET \
  --url https://api.managem.co.uk/user/personal-access-tokens \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>",
    "value": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "expires": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Personal access tokens for the user

name
string
required

The personal access token name

value
string
required

The personal access token value. This is only available immediately after creation.

createdAt
string<date-time>
required

ISO timestamp indicating when the token was created

expires
string<date-time>

ISO timestamp indicating when the token expires