Passer au contenu

⚡ Get usage limits and current usage for a company

RequĂȘte

Get usage limits and current usage statistics for a company.

Sécurité
APIKeyHeader
RequĂȘte
endpointstring or null(Endpoint)
Any of:

Filter by specific endpoint

string
En-tĂȘtes
X-PDP-Client-Idstring(X-Pdp-Client-Id)obligatoire

ID of the PDP Client for which the operation is performed

Examples:
Sandbox client
client_abc123
curl -i -X GET \
  'https://pdp.seqino.dev/api/usage/limits?endpoint=string' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'X-PDP-Client-Id: client_abc123'

Réponses

Successful Response

Corpsapplication/json
limitsArray of objects(Limits)obligatoire
total_countinteger(Total Count)obligatoire
Response
{ "limits": [ { 
 } ], "total_count": 0 }