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

Body

application/json

the request

batch
object[]

Response

200 - application/json

success

data
boolean

If success data is populated otherwise it's empty

httpStatus
integer
message
string