Add contacts

This API is used to add contacts to a static segment.

Adding contacts is accomplished by either including an array of contact unique ids (dsid) or passing in a search query which will add all contacts that match the specified criteria..

Passing in a list of contact ids

To add an array of contacts the body of the post must look as follows:

["uniqueid1","uniqueid2", ...]

To add a single contact, you will still require an array. But an array of a single item.

Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!