The intercom API reference.
Intercom API (2.10)
Download OpenAPI description
Overview
URL
License
Languages
Servers
The production API server
https://api.intercom.io/
The european API server
https://api.eu.intercom.io/
The australian API server
https://api.au.intercom.io/
Create Or Update Company Request Payload
You can create or update a Company
The company id you have defined for the company. Can't be updated
Example: "625e90fc55ab113b6d92175f"
The URL for this company's website. Please note that the value specified here is not validated. Accepts any string.
Example: "https://www.example.com"
A hash of key/value pairs containing any other data about the company you want Intercom to store.
Example: {"paid_subscriber":true,"monthly_spend":155.5,"team_mates":9}
{ "name": "Intercom", "company_id": "625e90fc55ab113b6d92175f", "plan": "Enterprise", "size": "100", "website": "https://www.example.com", "industry": "Technology", "custom_attributes": { "paid_subscriber": true, "monthly_spend": 155.5, "team_mates": 9 }, "remote_created_at": 1394531169, "monthly_spend": 1000 }