cURL
curl --request GET \ --url https://api.contiguity.com/entitlements/{name} \ --header 'Authorization: Bearer <token>'
{ "id": "req_xxxxxxxxxxxxxxxx", "timestamp": 1772082236236, "api_version": "v2026.2.26", "object": "response", "data": { "name": "<string>", "description": "<string>", "status": "granted", "entitlement_id": "<string>", "granted_at": "<string>" } }
View a specific entitlement status
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Entitlement name (e.g. fast_track, lease)
View a specific entitlement's status
"req_xxxxxxxxxxxxxxxx"
1772082236236
"v2026.2.26"
"response"
Show child attributes
Was this page helpful?