action britbox_get_entitlements { label: "getEntitlements" description: "Get all entitlements under the account.\n\nThis list is returned under the call to get account information so a call here is\nonly required when wishing to refresh a local copy of entitlements.\n" provider: britbox method: GET path: "/account/entitlements" encoding: json output: { type: "array" items: { type: "object" } } }