Intercom API

Getting access, Developing, Testing

Back to Intercom

Retrieve a section

You can fetch the details of a single section by making a GET request to https://api.intercom.io/help_center/sections/<id>.

Input

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