Passer au contenu

🚹 Get usage alerts for a company

RequĂȘte

Get usage alerts and warnings for a company.

Sécurité
APIKeyHeader
RequĂȘte
active_onlyboolean(Active Only)

Return only active alerts

Par défaut:true
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/alerts?active_only=true' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'X-PDP-Client-Id: client_abc123'

Réponses

Successful Response

Corpsapplication/json
alertsArray of objects(Alerts)obligatoire
total_countinteger(Total Count)obligatoire
Response
{ "alerts": [ { 
 } ], "total_count": 0 }