Intercom API

Getting access, Developing, Testing

Back to Intercom

Retrieve a visitor with User ID

You can fetch the details of a single visitor.

Input

type: object properties: parameters: type: object properties: Intercom-Version: type: number Accept: type: string user_id: type: string description: The user_id of the Visitor you want to retrieve. title: Parameters