Intercom API

Getting access, Developing, Testing

Back to Intercom

List tags attached to a contact

You can fetch a list of all tags that are attached to a specific contact.

Input

type: object properties: parameters: type: object properties: Intercom-Version: type: number Accept: type: string contact_id: type: string description: The unique identifier for the contact which is given by Intercom required: - contact_id title: Parameters