Parameters
No parameters required
This endpoint takes no path, query, header or body parameters.
Returns a dictionary of all known application error codes with their messages, descriptions, and troubleshooting hints.
No parameters required
This endpoint takes no path, query, header or body parameters.
1 status code documented
errorListobjectRequiredMap of error codes to their definitions.
{
"errorList": {}
}GET /api/v1/docs/error-list
curl -X GET "https://api.bizkithub.com/api/v1/docs/error-list" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.