Skip to main content
GET
Get a specific entitlement

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

key
string
required

Unique identifier for the entitlement

Response

Success

mode
string
required

Entitlement mode

Example:

"static"

type
string
required

Entitlement type

Example:

"boolean"

allocation
object | null

Credit allocation config

key
string | null

Entitlement key

Example:

"api_access"

subscription_id
string | null

Owning subscription ID; null for default-profile entitlements

Example:

"sub_abc123"

timing
object | null

Timing config

value
string

Entitlement value

Example:

"true"

version_id
string | null

Owning subscription version ID; null for default-profile entitlements

Example:

"subv_abc123"