ArcalotlArcalotl
Entitlements

List a member's entitlements

Returns the member's active entitlements, each resolved to its tier, plan, status, and the platform grants it confers.

Serverhttps://api.arcalotl.com
GET
/v1/members/{id}/entitlements
AuthorizationBearer <token>

Community-scoped API key. Send it as Authorization: Bearer arclt_live_.... Keys carry scopes; endpoints that need a specific scope answer 403 missing_scope when the key lacks it.

In: header

Path Parameters

id*string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/members/string/entitlements"
{
  "data": [
    {
      "tier_id": "tier_01JMZX2A9F",
      "plan_id": "plan_01JMZX3B2K",
      "source_type": "subscription",
      "source_id": "sub_01JMZX47H8Q2C9R4T1",
      "status": "active",
      "access_expires_at": "2026-08-01T00:00:00Z",
      "grants": [
        {
          "platform": "discord",
          "platform_config_id": "pcfg_01JMZX8C4M",
          "grant_type": "role",
          "grant_value": "998877665544332211"
        }
      ]
    }
  ]
}
{
  "type": "https://docs.arcalotl.com/api/errors#not_found",
  "title": "Not Found",
  "status": 404,
  "detail": "The requested resource was not found.",
  "code": "not_found"
}
{
  "type": "https://docs.arcalotl.com/api/errors#not_found",
  "title": "Not Found",
  "status": 404,
  "detail": "The requested resource was not found.",
  "code": "not_found"
}
{
  "type": "https://docs.arcalotl.com/api/errors#not_found",
  "title": "Not Found",
  "status": 404,
  "detail": "The requested resource was not found.",
  "code": "not_found"
}