API key usage stats
curl --request GET \
--url https://api.gizmo.antimlabs.com/v1/usage{
"error": {
"code": "<string>",
"message": "<string>",
"status": 123
}
}Account
API key usage stats
Get usage statistics for all your API keys — request counts, last used timestamps, and rate limit configuration.
GET
/
v1
/
usage
API key usage stats
curl --request GET \
--url https://api.gizmo.antimlabs.com/v1/usage{
"error": {
"code": "<string>",
"message": "<string>",
"status": 123
}
}⌘I