curl --request GET \
--url https://api.example.com/usage \
--header 'Authorization: Bearer <token>'{
"plan_type": "free",
"period": "<string>",
"monthly_session_usage_minutes": 123,
"monthly_session_count": 123,
"browser_usage_cost": 123,
"proxy_usage_cost": 123,
"proxy_usage_gb": 123,
"llm_usage_cost": 123,
"total_cost": 123,
"monthly_credits_limit": 123,
"additional_credits": 123,
"monthly_credits_usage": 123,
"is_usage_limit_exceeded": true
}curl --request GET \
--url https://api.example.com/usage \
--header 'Authorization: Bearer <token>'{
"plan_type": "free",
"period": "<string>",
"monthly_session_usage_minutes": 123,
"monthly_session_count": 123,
"browser_usage_cost": 123,
"proxy_usage_cost": 123,
"proxy_usage_gb": 123,
"llm_usage_cost": 123,
"total_cost": 123,
"monthly_credits_limit": 123,
"additional_credits": 123,
"monthly_credits_usage": 123,
"is_usage_limit_exceeded": true
}The access token received from the authorization server in the OAuth 2.0 flow.
The montly period to get usage for, i.e May 2025
Successful Response
free, pro, growth, playground, admin, minoan, proofs, interview Was this page helpful?
Suggestions