# Retrieve an entitlement Retrieves a single entitlement. Endpoint: GET /v3/entitlements/{id} Version: 2026-01-08 Security: ZephrHmacHttp ## Path parameters: - `id` (string, required) Unique Entitlement identifier ## Response 200 fields (application/json): - `label` (string) Example: "Test entitlement" - `description` (string) Example: "This is an entitlement" - `auto_assign` (string) Example: "none" ## Response 404 fields