v1
latestOpenAPI 3.0.12026-07-2471135326.0 KBSubscribers
Create Contact
.
post/v3/lists/{listId}/subscribers
Path parameters
listIdinteger required
Provide the unique ID of the list
Request body
string required
Response
Accepted the request to create the contact
Example response
{
"meta": {
"timestamp": 1597166699457,
"transactionId": "70169d77-c165-4795-9932-35b8a3af96fb",
"explain": "a descriptive text"
},
"data": {
"id": "507f1f77bcf86cd799439011",
"to": "584000000001,email@example.com",
"reason": "UNSUBSCRIBED, BOUNCED_PERMANENT,COMPLAINED"
}
}