Ferndesk

Articles

Search articles

Full-text search across your help center articles, ranked by relevance. Pagination is applied after ranking, so you always get the most relevant results first.

GET /articles/search

Search articles

curl --request GET \
  --url 'https://api.ferndesk.com/v1/articles/search' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "items": [
    {
      "id": "<string>",
      "title": "<string>",
      "contentHtml": "<string>",
      "url": "<url>",
      "sectionId": "<string>",
      "collectionId": "<string>",
      "status": "<string>",
      "publishedAt": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>"
    }
  ],
  "limit": 1,
  "offset": 1,
  "total": 1
}

Paginated article response