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"
}
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"
}
Enter your API key (format: keyId.keySecret)
Article fetched successfully
The response is of type object
.