Entitlements
Read the current user's active entitlements.
Entitlements are populated by the RevenueCat webhook (/webhooks/revenuecat) — this read endpoint is the only client-side way to inspect them.
Source: apps/api/src/routes/client/entitlements.ts.
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /client/entitlements | All entitlements for the current user. |
GET /client/entitlements
Response 200
Errors
500 FETCH_FAILED.
Try it:
GET
client auth/client/entitlementscurl -X GET 'https://api.amba.dev/client/entitlements'Loading auth… Configure auth in the settings drawer (top-right) to run this request.
Curl: