API Documentation
- API Overview
- Events
- Organization
- User
- Auth
- Organization Members
- Contacts
- Lists
- Campaigns
- Conversations
- Messages
- Integrations
- Analytics
- Knowledge Base
- System
Knowledge Base
Get knowledge base items
Get knowledge base items
GET
/
knowledge-base
Copy
curl --request GET \
--url https://api.wapikit.com/api/knowledge-base
Copy
{
"items": [
{
"uniqueId": "<string>",
"title": "<string>",
"content": "<string>",
"url": "<string>",
"type": "Document",
"status": "Created",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"paginationMeta": {
"page": 123,
"per_page": 123,
"total": 123
}
}
Response
200
application/json
Knowledge base items fetched successfully
The response is of type object
.
Was this page helpful?
Copy
curl --request GET \
--url https://api.wapikit.com/api/knowledge-base
Copy
{
"items": [
{
"uniqueId": "<string>",
"title": "<string>",
"content": "<string>",
"url": "<string>",
"type": "Document",
"status": "Created",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"paginationMeta": {
"page": 123,
"per_page": 123,
"total": 123
}
}
Assistant
Responses are generated using AI and may contain mistakes.