Skip to content

List Clients

Auth required
GET/v1/clients/

All clients (active and inactive), sorted alphabetically. is_active is included in each item so callers can filter locally.

Offset pagination: default limit 50, max 100.

Parameters

Page number (1-based)

Items per page (max 100)

Return only records whose updated_at is on or after this ISO 8601 UTC datetime. When provided, results are sorted by (updated_at, id) ascending instead of the endpoint's default sort. Omitting this parameter leaves all existing behavior (including default sort order) unchanged.