Schema JSON missing on post /api/v2/outbound/contactlists/{contactListId}/contacts/bulk

Hello there.
I'm trying to get a bulk of contacts from a contact list using
/api/v2/outbound/contactlists/{contactListId}/contacts/bulk
And when trying to setup the json I notised that there's no info regarding how to build it


Thanks in advance.

Hello,

The POST /api/v2/outbound/contactlists/{contactListId}/contacts/bulk endpoint expects an array of contactIds in the Request Body (just the values - e.g. ["$The_ContactId1", "$The_ContactId2"]).

Regards,

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.