Get mandate statistics for a sponsor.
Returns the total number of mandates and average number of mandates per client for the sponsor identified by the X-PDP-Sponsor-Id header.
Security
APIKeyHeader
- Dev serverhttps://pdp.seqino.dev/api/usage/mandates
- Production serverhttps://pa.seqino.com/api/usage/mandates
curl -i -X GET \
https://pdp.seqino.dev/api/usage/mandates \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "total_mandates": 0, "average_mandates_per_client": 0 }