GET
/
v1
/
project
curl --request GET \
  --url https://api.poix.io/v1/project \
  --header 'Authorization: Bearer <token>'
{
  "id": "3740249b-d8d1-4235-ac59-b965fc1bee44",
  "name": "Default",
  "balance": 231.4455,
  "createdAt": "2024-09-14 19:37:51",
  "tokenCount": 28,
  "dailySpent": 13.74484999521519,
  "dailyRequests": 43561
}

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

The response is of type object.