Gets project's usage api requests count
get
/v1/projects/{ref}/analytics/endpoints/usage.api-requests-countThe fine-grained token must include the following permissions to access this endpoint:
- analytics_usage_read
Path parameters
- refRequiredstring
Project ref
Response codes
- 200
- 401
- 403
- 429
- 500
Response (200)
1{2 "result": [3 {4 "count": 425 }6 ],7 "error": "lorem"8}