Get FAQ Category API
The Get FAQ Category API will help us to get all the category along with the Id's.
Last updated
The Get FAQ Category API will help us to get all the category along with the Id's.
Last updated
POST
https://<sub domain>.kapturecrm.com/get-all-faq-categories.html
To access this API endpoint, you need to include your API key in the request headers. For authentication, use the following header:
There will be no body for the API we just need to pass the Authorization Key into the Headers.
The API responds with a JSON object containing the details of the all the category in the system along with the category Id's.
Response | Response Messages |
---|---|
Error Codes | Description |
---|---|
{ ..., "status": "success"}
List of customers fetched successfully.
{"message": "Invalid Auth Key","status": "failed"}
Authorization key is either not passed in header, or incorrect, or expired/disabled
400
Bad Request - Invalid parameters or missing data
401
Unauthorized - Invalid or missing API key
403
Forbidden - Insufficient permissions
404
Not Found - Resource or endpoint not found
500
Internal Server Error - Server-side issue