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
- Dev serverhttps://pdp.seqino.dev/api/usage/clients
- Production serverhttps://pa.seqino.com/api/usage/clients
curl -i -X GET \
https://pdp.seqino.dev/api/usage/clients \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "total_clients": 0 }