API → API Calls → Get API call metricshidden
hidden
Parameters
Name
Type
Req.
Possible values
email
: The email of the user that requested the API call.method
: The HTTP method of the API call.endpoint
: The endpoint of the API call.user_id
: The user ID of the user that requested the API call.origin
: The origin of the API call. This is parsed from the `Origin` header.ip_address
: The IP address of the user making the API call.
Returns
- 200 OK
successful operation
Name
Type
Req.
get
/api-call-metrics$ curl "https://api.zoo.dev/api-call-metrics" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response[
{
"count": 20,
"query": "YfzWD"
}
]