GET
/
entitlements
/
{content_key}
{
  "content_key": "site.cf637646-71a4-430d-aaea-a66f1a48a83c",
  "has_entitlement": true,
  "expires": "2023-11-07T05:31:56Z",
  "recurs_at": "2023-11-07T05:31:56Z"
}

Headers

x-api-version
string
default:2025-04-01
Example:

"2025-04-01"

x-supertab-client-id
string
required
Example:

"live_client.4df706b5-297a-49c5-a4cd-2a10eca12ff9"

Path Parameters

content_key
string
required

The content_key to check access for

Example:

"site.cf637646-71a4-430d-aaea-a66f1a48a83c"

Response

200
application/json
Successful Response

A customer's entitlement status to a given content_key

content_key
string
required

The content_key being checked

Example:

"site.cf637646-71a4-430d-aaea-a66f1a48a83c"

has_entitlement
boolean
required

If the customer has access to this content

expires
string | null
required

When the customer's access will expire

recurs_at
string | null
required

If this access is a result of a subscription, the time the subscription will renew unless cancelled by the customer.