Get customer's benefits

Required Scopes(any of): CUSTOMER_BENEFIT_READ, CUSTOMER_READ

Returns all customer's benefits

SecurityApiKeyAuth
Request
path Parameters
customerId
required
integer <int64>

Unique ID of the customer

query Parameters
key
Array of strings

Benefit keys to validate, when provided, service will check only them

Example: key=FIRST_KEY&key=SECOND_KEY
Responses
200

OK

400

Validation of the request failed.

401

Authentication failed. No api-key, wrong api-key or wrong header name.

403

Authorization failed. The caller has no privilege to the given resource.

404

Entity does not exists.

409

Conflict

429

Access denied - rate limit is exceeded.

500

Unexpected system error.

get/v1/customers/{customerId}/benefits
Request samples
Response samples
application/json
[
  • {
    }
]