cURL
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 }
Returns the details of a project.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object