Skip to main content
GET
/
v1
/
api_usage
Get API usage
curl --request GET \
  --url https://api.gridcertainty.com/v1/api_usage \
  --header 'x-api-key: <api-key>'
{
  "plan": "<string>",
  "requests_today": 123,
  "requests_this_month": 123,
  "limit_per_day": 123,
  "limit_per_month": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.gridcertainty.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Response

200 - application/json

API usage metadata

plan
string
requests_today
integer
requests_this_month
integer
limit_per_day
integer | null
limit_per_month
integer | null