BizKitHub
DocsAPI ReferenceDocs/api/v1/docs/error-list
getDocsPublic API v1

/api/v1/docs/error-list

Returns a dictionary of all known application error codes with their messages, descriptions, and troubleshooting hints.

docsgetApiV1DocsError-list

Parameters

No parameters required

This endpoint takes no path, query, header or body parameters.

Response schema

1 status code documented

200SuccessComplete error code reference.
errorListobjectRequired

Map of error codes to their definitions.

Response example

application/json
{
  "errorList": {}
}

Request example

GET /api/v1/docs/error-list

get
curl -X GET "https://api.bizkithub.com/api/v1/docs/error-list" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key