Search / list contacts
POST/contacts/search
Full-text + structured filtering with cursor pagination. With an empty body, returns the most recent
contacts (default limit 25, order_by created_at, sort_direction desc).
Maps to internal POST /contact/search/contact (the gateway translates cursor ↔ pagination_token).
Request
Responses
- 200
- 400
- 401
- 403
A page of contacts
Malformed request
Missing or invalid token
Token lacks the required scope, or the user's role/permissions deny this action