List Clients
Returns a list of all the clients associated with the client making the request.
Doesn't return API keys.
GET
/clients
Query Parameters
| Field | Required | Type |
|---|---|---|
id Searches for specific client id. | Optional | String |
page Specify current page. | Optional | Integer |
records_per_page This specifies the number of records to be returned on each page. Defaults to | Optional | Integer |
Request sample
Language:shell
Response sample
Language:json