Get FAQ Category API
The Get FAQ Category API will help us to get all the category along with the Id's.
Get FAQ Category.
POST
https://<sub domain>.kapturecrm.com/get-all-faq-categories.html
Authentication:
To access this API endpoint, you need to include your API key in the request headers. For authentication, use the following header:
Request Body
There will be no body for the API we just need to pass the Authorization Key into the Headers.
Response Body
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 |
---|---|
{ ..., "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 |
Error Codes
Error Codes | Description |
---|---|
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 |
Example of a working curl
Last updated