cURL
curl --request POST \ --url https://api.openmic.ai/v1/contact-lists \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": 123, "name": "<string>", "contact_count": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
API key authentication. Include your API key in the Authorization header as: Authorization: Bearer <your-api-key>
Authorization: Bearer <your-api-key>
Name of the contact list.
255
Contact list created
Unique identifier.
Contact list name.
Number of contacts in the list.
Was this page helpful?