Skip to main content
POST
/
v1
/
companies
/
batch
BatchUpsertCompaniesV1
curl --request POST \
  --url https://pub-api.conversion.ai/api/v1/companies/batch \
  --header 'Content-Type: application/json' \
  --data '
{
  "batch": [
    {
      "createdAt": "<string>",
      "domain": "<string>",
      "id": "<string>",
      "syncToCrm": true,
      "variables": {}
    }
  ]
}
'
{
  "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