cURL
curl --request GET \ --url https://api.wapikit.com/api/knowledge-base
{ "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 } }
Get knowledge base items
Knowledge base items fetched successfully
The response is of type object.
object
Was this page helpful?