List my contacts
Return contacts owned by the authenticated client, with optional search/filter.
GET
List my contacts
Authorizations
JWT Bearer token or raw API key via Authorization header
Query Parameters
Full-text search on email, first_name, last_name, company
Filter by source: 0=unknown 1=api 2=import 3=form 4=app
Filter by subscription state
Contacts created on or after (RFC3339)
Contacts created on or before (RFC3339)
Page number
Items per page
Response
OK
The response is of type any.
List my contacts

