Retrieve an article

Example Request & Response (Multilingual Help Center)

  1. curl
  2. http
$ curl https://api.intercom.io/articles/<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 article by making a GET request to https://api.intercom.io/articles/<id>.

Request Path Parameters

ParameterTypeRequired?Description
idStringYesThe unique identifier for the article which is given by Intercom.

Response

This will return an Article model.