GET
/
articles
Get all articles
curl --request GET \
  --url https://helpcenter.thena.ai/articles \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "_id": "671b8c6919d8f51c01c0d2b4",
      "uid": 7667971527,
      "title": "Getting Started",
      "slug": "7667971527-getting-started",
      "state": "draft",
      "tags": [],
      "visibility": "public",
      "createdBy": "UWW7PBBOPJ",
      "authors": [
        "UWW7PBBOPJ"
      ],
      "createdAt": "2024-10-25T12:17:45.992Z",
      "updatedAt": "2024-11-08T12:51:53.378Z",
      "lastEditedAt": "2024-11-08T12:51:53.378Z",
      "lastEditedBy": "UWW7PBBOPJ",
      "collections": [],
      "helpCenters": []
    }
  ],
  "message": "Article fetched successfully"
}

Authorizations

x-api-key
string
header
required

Enter your API key (format: keyId.keySecret)

Response

200
application/json

Article fetched successfully

The response is of type object.