GET /v1/entitlements/check
Service: entitlements · operationId: (none)
Required scopes
(no scope declared — review service config)
Query parameters
user_id(string) required —feature_key(string) required —tier(string) required —brand_id(string) required —
Responses
200 Feature access check result
{
"type": "object",
"properties": {
"has_access": {
"type": "boolean"
},
"feature_key": {
"type": "string"
},
"user_id": {
"type": "string"
}
},
"required": [
"has_access",
"feature_key",
"user_id"
]
}Example
curl -X GET https://entitlements.platform.loop.health/v1/entitlements/check \
-H "Authorization: Bearer $ACCESS_TOKEN"Related
services/entitlements— service overview- All endpoints — directory across services
- Auth model — how scopes are enforced