Passer au contenu

📊 Get client statistics

Requête

Get client statistics for a sponsor.

Returns the total number of clients for the sponsor identified by the X-PDP-Sponsor-Id header.

Sécurité
APIKeyHeader
curl -i -X GET \
  https://pdp.seqino.dev/api/usage/clients \
  -H 'Authorization: YOUR_API_KEY_HERE'

Réponses

Client statistics for the sponsor

Corpsapplication/json
total_clientsinteger(Total Clients)obligatoire

Total number of clients for the sponsor

Response
{ "total_clients": 0 }