App AI Gateway
API referenceApplication

Get the current user's limits and usage

GET
/v1/apps/{app}/me

Authorization

GatewayBearer
AuthorizationBearer <token>

A gateway access token or server application API key.

In: header

Path Parameters

app*string

Response Body

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,    "monthly_cost_usd": 0,    "monthly_budget_usd": 0,    "blocked": true  }}