Get coupon sets list
GET https://api.connectif.cloud/coupon-sets/
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| page | integer | Page number to retrieve |
|
| pageSize | integer | Quantity of elements per page to retrieve |
|
| search | string | Search coupon set by name (case sensitive contains) |
This request requires the use of one of following authorization methods:
API key
.
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK Success. |
CouponSetList |
| 400 | Bad Request Bad request, i.e.: Invalid pageSize query param. |
HttpError |
| 401 | Unauthorized Not authorized to access API. |
|
| 403 | Forbidden Permission not granted to the API Key or account has been blocked. |
HttpError |
| 429 | Too Many Requests Requests rate limit reached. |