Skip to main content
GET
/
api
/
v2
/
clients
List clients
curl --request GET \
  --url https://api.example.com/api/v2/clients
{
  "page": 123,
  "pageSize": 123,
  "total": 123,
  "items": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.proconvey.co.uk/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

page
integer

Page number (1-based)

Required range: x >= 1
pageSize
integer

Page size (default 20, max 100)

Required range: 1 <= x <= 100

Response

200 - application/json

Paginated list of clients

page
integer
pageSize
integer
total
integer
items
object[]