GET
/
crm
/
companies
/
{id}
curl --request GET \
  --url https://api.panora.dev/crm/companies/{id}
{
  "message": "<string>",
  "error": "<string>",
  "statusCode": 123,
  "data": {
    "field_mappings": {},
    "id": "<string>",
    "remote_id": "<string>",
    "remote_data": {}
  }
}

Path Parameters

id
string
required

id of the company you want to retrieve.

Query Parameters

remote_data
boolean

Set to true to include data from the original Crm software.

Response

200 - application/json
statusCode
number
required
message
string
error
string
data
object