per_pageintegerThe number of results to fetch per page. Example: 2starting_afterstring or nullThe cursor to use in the next request to get the next page of results. Example: "your-cursor-from-response"{ "per_page": 2, "starting_after": "your-cursor-from-response" }
A list of subscription type objects.typestringThe type of the object Value"list" Example: "list"dataArray of objects(Subscription Types)A list of subscription type objects associated with the workspace .+Show 7 array properties{ "type": "list", "data": [ { … } ] }
You can tag a single company or a list of companies.namestringrequiredThe name of the tag, which will be created if not found. Example: "Independent"companiesArray of objectsrequiredThe id or company_id of the company can be passed as input parameters.-companies[].idstringThe Intercom defined id representing the company. Example: "531ee472cce572a6ec000006"companies[].company_idstringThe company id you have defined for the company. Example: "6"{ "name": "Independent", "companies": [ { … } ] }