cURL
curl --request GET \ --url https://api.openmic.ai/h/v2/contact-lists/{contact_list_id} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "name": "<string>", "contact_count": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
API key obtained from the OpenMic dashboard.
Contact list details.
Was this page helpful?