/
📈 Get usage metrics for...
Get detailed usage metrics for a company within a specified period.
Security
APIKeyHeader
- Dev serverhttps://pdp.seqino.dev/api/usage/metrics
- Production serverhttps://pa.seqino.com/api/usage/metrics
curl -i -X GET \
'https://pdp.seqino.dev/api/usage/metrics?period=daily&start_date=2019-08-24&end_date=2019-08-24' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'X-PDP-Client-Id: client_abc123'Successful Response
Response
{ "company_id": "string", "period": "daily", "start_date": "2019-08-24", "end_date": "2019-08-24", "total_api_calls": 0, "total_successful_calls": 0, "total_failed_calls": 0, "success_rate": 100, "endpoint_usage": [ { … } ], "generated_at": "2019-08-24T14:15:22Z" }