get
http://{{url}}/v1/gateways
Returns all gateways for the account
Request query params
Pagination
| field | required | type | description |
|---|---|---|---|
| skip | - | number | Pagination parameter to skip first n transactions from list, default = 0 |
| limit | - | number | Pagination parameter to limit output to n , default = 100 , maximum value = 1000 |
| sortkey | - | string | Sorting key parameter i.e. created_at |
| sortdirection | - | string | Sorting order direction parameter ASC or DESC (DESC by default) |
Other
| field | required | type | description |
|---|---|---|---|
| search | - | string | Word of phrase |
