API referenceApplication
Get the current user's limits, spend and block state
Authorization
GatewayBearer AuthorizationBearer <token>
A gateway access token, or an application API key for an issuer-less API-key app.
In: header
Path Parameters
app*string
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/apps/string/me"{ "user_id": "string", "limits": { "requests_today": 0, "requests_remaining": 0, "requests_per_minute": 0, "requests_per_day": 0, "monthly_cost_usd": 0, "monthly_budget_usd": 0, "blocked": true }}