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
id
string
required

The project ID in UUID format.

name
string
required

The name of the project.

balance
number
required

The balance of the project.

createdAt
string
required

The creation date of the project.

tokenCount
number
required

The number of tokens associated with the project.

dailySpent
number
required

The daily spent amount for the project.

dailyRequests
number
required

The number of daily requests for the project.