Getting access, Developing, Testing
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.