Skip to main content
POST
/
v1
/
recipients
/
{email}
UpsertRecipientV1
curl --request POST \
  --url https://pub-api.conversion.ai/api/v1/recipients/{email} \
  --header 'Content-Type: application/json' \
  --data '
{
  "status": "<string>"
}
'
{
  "data": true,
  "httpStatus": 123,
  "message": "<string>"
}

Path Parameters

email
string
required

email

Body

application/json

the request

status
string

Response

200 - application/json

success

data
boolean

If success data is populated otherwise it's empty

httpStatus
integer
message
string