GET
/
api
/
v1
/
token-usage
/
daily
Get Daily Usage
curl --request GET \
  --url https://api.jobsim.work/api/v1/token-usage/daily \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

date
string | null

Date in YYYY-MM-DD format (default: today)

organization_id
string | null

Response

Successful Response