Create a contact
POST {{baseUrl}}/contacts
Request Body
{"email"=>"{{email}}", "attributes"=>{"FNAME"=>"{{first_name}}"}, "emailBlacklisted"=>false, "smsBlacklisted"=>false}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"id":21}