cURL
curl --request PATCH \ --url https://api.openmic.ai/v2/contact-lists/{contact_list_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Q1 Outreach – Updated" } '
{ "id": 123, "name": "<string>", "contact_count": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Documentation IndexFetch the complete documentation index at: https://docs.openmic.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.openmic.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key obtained from the OpenMic dashboard.
1 - 255
Updated contact list.
Was this page helpful?