Intercom API

Getting access, Developing, Testing

Back to Intercom

List all sections

You can fetch a list of all sections by making a GET request to https://api.intercom.io/help_center/sections.

📘 How are the sections sorted and ordered?

Sections will be returned in descending order on the updated_at attribute. This means if you need to iterate through results then we'll show the most recently updated sections first.

Input

type: object properties: parameters: type: object properties: Intercom-Version: type: number Accept: type: string title: Parameters