Skip to main content
POST
/
v1
/
activities
/
batch
BatchUpsertActivitiesV1
curl --request POST \
  --url https://pub-api.conversion.ai/api/v1/activities/batch \
  --header 'Content-Type: application/json' \
  --data '
{
  "batch": [
    {
      "contactEmail": "<string>",
      "data": {},
      "description": "<string>",
      "id": "<string>",
      "name": "<string>",
      "type": "<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