v2

latestOpenAPI 3.0.02026-08-0688139156.5 KB
Clients

List clients

get/v1/client

Query parameters

offsetinteger

Starting index for pagination

limitinteger

Number of items to return for pagination

sort_by'id'

Sort by a specific field

sort_ascboolean

Sort in ascending order

created_afterstring date-time

Filter results to after a specific creation timestamp (RFC3339 format)

created_beforestring date-time

Filter results to before a specific creation timestamp (RFC3339 format)

Response

OK

Example response

{
  "data": [
    {
      "client_id": "c_0123456789ab",
      "comments": "This is a test client",
      "name": "Slide Office"
    }
  ],
  "pagination": {
    "next_offset": 10
  }
}