GET
/
v1
/
project
/
tokens
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
        }
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json
Successful response
data
object[]
required

Array of token objects.