cURL
curl --request GET \ --url https://api.example.com/api-tokens \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "prefix": "<string>", "created_at": "<string>", "last_used_at": "<string>" } ]
List all active (non-revoked) tokens for the caller’s org.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response