Sign in

Search help center articles

documented

Search help center articles.

POST /help_center/articles/searchHelp Centerno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

Note: Intercom's official REST API endpoint for searching articles is GET /articles/search (not POST /help_center/articles/search). See the Intercom API reference showing a GET request to https://api.intercom.io/articles/search with query params such as phrase, state, help_center_id, and highlight, plus the European/Australian variants. The current API version as of 2.15 includes this endpoint. ([developers.intercom.com](https://developers.intercom.com/docs/references/2.14/rest-api/api.intercom.io/articles/searcharticles))

npx -y keychains@latest curl "https://api.intercom.io/articles/search?phrase={{$phrase}}&state={{$state}}&help_center_id={{$help_center_id}}&highlight={{$highlight}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Intercom-Version: 2.15" \
  -H "Accept: application/json"