cURL
curl --request GET \ --url https://api.poix.io/v1/project/tokens \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "b3e2538e-f2e3-43df-b213-337c88029542", "label": "Prod Token", "createdAt": "2024-10-16 20:24:06", "settings": { "rateLimit": { "limit": 100, "window": 60 } } } ] }
Returns the tokens associated with a project.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Array of token objects.
Show child attributes