cURL
curl --request GET \ --url https://api.contextual.ai/v1/billing/usages/earliest_date \ --header 'Authorization: Bearer <token>'
{ "date": "2023-12-25" }
Get the earliest usage date for a tenant
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response to GET /billing/usage/earliest_date request
Earliest usage date
Was this page helpful?