Intercom API
Getting access, Developing, Testing
Back to IntercomRetrieve an article
You can fetch the details of a single article by making a GET request to https://api.intercom.io/articles/<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 article which is given by Intercom.
required:
- id
title: Parameters