Create a contact
Add a contact to your audience.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
You can add custom contact properties as keys in this request (of type string, number, boolean or date. See available date formats). Make sure to create the properties in Loops before using them in API calls.
The contact's email address.
The contact's first name.
The contact's last name.
A custom source value to replace the default “API”.
Whether the contact will receive campaign and workflow emails. All new contacts are subscribed by default.
A unique user ID (for example, from an external application).
Manage mailing list subscriptions.
Include key-value pairs of mailing list IDs and a boolean denoting if the contact should be added (true) or removed (false) from the list.

