Resolve one feature for a subject (org override → plan grant → default).
GET
Secret API key operationId: resolve/v1/entitlements/resolve Authorization
Server-to-server. Send a secret key as a Bearer token plus the x-application-id header.
Query parameters
featurestring optionalRequired for single-feature resolution.
organization_idstring optionalplanstring optional
Responses
200 Resolved entitlement
{
"data": {
"feature_key": "string",
"kind": "string",
"source": "string",
"value": {}
},
"error": {
"code": "string",
"message": "string"
},
"meta": {
"timestamp": "string"
},
"success": false
} 404 No such feature
422 feature is required
Request
curl -X GET "http://localhost:8080/v1/entitlements/resolve" \Try it
live requestGET
http://localhost:8080/v1/entitlements/resolve