Skip to main content

Get customer

Returns the info about the customer with a given id. Specifics Request Response
Request
Response

List customers

Returns a list of customers. Specifics Request All parameters are optional.
| Value | Type | Notes | | --- | --- | --- | | values | string[] | An array of strings. | | exclude_values | string[] | An array of strings. |
| Value | Type | Notes | | --- | --- | --- | | values | int[] | An array of integers. | | exclude_values | int[] | An array of integers. |
| Value | Type | Notes | | --- | --- | --- | | lte | int | Less than or equal to the given value. | | lt | int | Less than the given value. | | gte | int | Greater than or equal to the given value. | | gt | int | Greater than the given value. | | eq | int | Equal to the given value. |
Dates are in ISO 8601 format with microsecond resolution, e.g. 2017-10-12T15:19:21.010200+01:00.
Response
Request
Response

Create customer

Creates a new Customer user type. Specifics Request Response
Request
Response

Update customer

Updates customer’s properties. Apart from id, at least one optional parameter must be included. Specifics Request No response payload.
Request
Response

Ban customer

Bans the customer for a specific period of time. It immediately disconnects all active sessions of this customer and does not accept new ones during the ban lifespan. Specifics Request No response payload.
Request
Response