cURL
curl --request GET \ --url https://api.example.com/api/v1/access-tokens \ --header 'Authorization: Bearer <token>'
{ "data": [ { "name": "<string>", "expiresAt": "2023-11-07T05:31:56Z", "creatorId": "<string>", "id": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 0
1 <= x <= 100
Access tokens fetched successfully
Show child attributes
Was this page helpful?