provider Articles GET /articles
@utdk/intercom /articles
List all articles
You can fetch a list of all articles by making a GET request to `https://api.intercom.io/articles`. > ๐Ÿ“˜ How are the articles sorted and ordered? > > Articles 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 articles first.
Intercom-Version header
enum: 1.0, 1.1, 1.2, 1.3โ€ฆ

Try it

Authentication
Configure credentials for Intercom API
listarticles
GET/articles
You can fetch a list of all articles by making a GET request to `https://api.intercom.io/articles`. > ๐Ÿ“˜ How are the articles sorted and ordered? > > Articles 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 articles first.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import intercom from '@utdk/intercom';

await intercom.listarticles({
  "Intercom-Version": "2.14"
})