You can search for articles by making a GET request to https://api.intercom.io/articles/search
.
You can search for articles by making a GET request to https://api.intercom.io/articles/search
.
200
Search successful
401
Unauthorized
{ "type": "list", "total_count": 1, "data": { "articles": [ { "id": "92844", "type": "article", "workspace_id": "this_is_an_id50_that_should_be_at_least_4", "parent_id": null, "parent_type": null, "parent_ids": [ ], "title": "Title 1", "description": "", "body": "", "author_id": 991266256, "state": "draft", "created_at": 1695332994, "updated_at": 1695332994, "url": null } ], "highlights": [ ] }, "pages": { "type": "pages", "page": 1, "total_pages": 1, "per_page": 10 } }