GET
/
billing
/
usages
/
earliest_date
Get Earliest Usage Date Endpoint
curl --request GET \
  --url https://api.contextual.ai/v1/billing/usages/earliest_date \
  --header 'Authorization: Bearer <token>'
{
  "date": "2023-12-25"
}

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

Response to GET /billing/usage/earliest_date request