cURL
curl --request GET \ --url https://api.openmic.ai/h/v2/contact-lists/{contact_list_id}/contacts \ --header 'Authorization: Bearer <token>'
{ "has_more": true, "contacts": [ { "id": 123, "name": "<string>", "phone_number": "<string>", "phone_number_2": "<string>", "phone_number_3": "<string>", "contact_info": {}, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "next_cursor": "<string>" }
API key obtained from the OpenMic dashboard.
Number of records per page (default 50, max 100).
1 <= x <= 100
Opaque pagination cursor returned by the previous response.
Paginated list of contacts.
Whether more records exist after this page.
Show child attributes
Opaque cursor to pass as cursor in the next request.
cursor
Was this page helpful?