Reference / Entitlements

Resolve one feature for a subject (org override → plan grant → default).

GET /v1/entitlements/resolve
Secret API key operationId: resolve

Authorization

Server-to-server. Send a secret key as a Bearer token plus the x-application-id header.

Query parameters

  • feature string optional

    Required for single-feature resolution.

  • organization_id string optional
  • plan string 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 request
GET http://localhost:8080/v1/entitlements/resolve

Query parameters