A Social Profile allows you to label your contacts, companies, and conversations and list them using that Social Profile.typestringvalue is "social_profile" Example: "social_profile"namestringThe name of the Social media profile Example: "Facebook"urlstring(uri)The name of the Social media profile Example: "http://twitter.com/th1sland"{ "type": "social_profile", "name": "Facebook", "url": "http://twitter.com/th1sland" }
A Social Profile allows you to label your contacts, companies, and conversations and list them using that Social Profile.
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": [ { … } ] }