Companies
Last updated
GET /api/v1/companies/{companyId} HTTP/1.1
Host: pub-api.conversion.ai
Accept: */*
{
"data": {
"createdAt": "text",
"domain": "text",
"id": "text",
"syncToCrm": true,
"variables": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"httpStatus": 1,
"message": "text"
}DELETE /api/v1/companies/{companyId} HTTP/1.1
Host: pub-api.conversion.ai
Accept: */*
{
"data": true,
"httpStatus": 1,
"message": "text"
}POST /api/v1/companies/batch HTTP/1.1
Host: pub-api.conversion.ai
Content-Type: application/json
Accept: */*
Content-Length: 128
{
"batch": [
{
"createdAt": "text",
"domain": "text",
"id": "text",
"syncToCrm": true,
"variables": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
]
}{
"data": true,
"httpStatus": 1,
"message": "text"
}