Users
Get the personal access tokens for the authenticated user
Returns metadata for every personal-access token issued to the currently authenticated user. The raw token values are never returned by this endpoint — use the token IDs together with deletePersonalAccessToken to revoke a token, or createPersonalAccessToken to issue a new one.
get/personal-access-tokens
Response
A list of personal access tokens
Example response
[
{
"id": "27ebb191b5f4f2024b0c5671e580d6de2b03f6c48259753b01976807a14eb41e05f0b7def4593f5a",
"name": "Salesforce",
"created_at": "2019-01-15T11:00:00.000Z"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.