cURL
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>" }
Get company by id from public api
the company id
success
If success data is populated otherwise it's empty
Show child attributes
Was this page helpful?