GET
/
plan
curl --request GET \
  --url https://api.circlemind.co/plan \
  --header 'apiKey: <api-key>'
{
  "requestsCount": 123,
  "requestsMax": 123,
  "planId": "<string>",
  "planTTL": 123
}

Authorizations

apiKey
string
header
required

Response

200 - application/json

Successful Response

Data model for plan response.