Retrieve a section
Example Request & Response (Multilingual Help Center)
$ curl https://api.intercom.io/help_center/sections/<id> \\\n-X GET \\\n-H 'Authorization:Bearer <Your access token>' \\\n-H 'Accept:application/json'\n-H 'Content-Type: application/json' -d
You can fetch the details of a single section by making a GET request to https://api.intercom.io/help_center/sections/<id>
.
Request Path Parameters
Parameter | Type | Required? | Description |
---|---|---|---|
id | String | Yes | The unique identifier for the section which is given by Intercom. |
Response
This will return a This will return a Section object.