cURL
curl --request GET \ --url https://integration.getmateo.com/api/v1/contact_list_contact \ --header 'Authorization: Bearer <token>'
[ { "contact_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "contact_list_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "organisation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } ]
Retrieve a list of contact list contacts
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Limiting and Pagination
Contact ID
Contact List ID
Organisation ID
Filtering Columns
OK