Skip to main content
GET
/
subscriptions
/
{id}
/
entitlements
List active entitlements
curl --request GET \
  --url https://api.alguna.io/subscriptions/{id}/entitlements \
  --header 'Alguna-Version: <alguna-version>' \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "ent_abc123",
      "mode": "static",
      "subscription_id": "sub_abc123",
      "type": "boolean",
      "version_id": "subv_abc123",
      "allocation": {
        "amount": "100000",
        "credit_type": "monetary",
        "rollover_enabled": true,
        "rollover_max_periods": 3
      },
      "key": "api_access",
      "timing": {
        "recurrence": "recurring",
        "interval": "monthly"
      },
      "value": "true"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://alguna.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Pass your API key as a Bearer token.

Headers

Alguna-Version
enum<string>
required
Available options:
2026-04-01

Path Parameters

id
string
required

Unique identifier for the subscription

Response

Success

data
object[]
required

List of entitlements