Skip to main content
GET
/
v1
/
companies
/
{companyId}
GetCompanyByIdV1
curl --request GET \
  --url https://pub-api.conversion.ai/api/v1/companies/{companyId}
{
  "data": {
    "createdAt": "<string>",
    "domain": "<string>",
    "id": "<string>",
    "syncToCrm": true,
    "variables": {}
  },
  "httpStatus": 123,
  "message": "<string>"
}

Path Parameters

companyId
string
required

the company id

Response

200 - application/json

success

data
object

If success data is populated otherwise it's empty

httpStatus
integer
message
string