Printago API
GET /v1/entitlements/check/{entitlement}

Check if store has specific entitlement

Path Parameters

entitlement required
string
Entitlement name to check

Response Schema

Response
hasEntitlementrequired
boolean

Example Response

200 OK — application/json
{
  "hasEntitlement": true
}