BK Software
We do our best BK Software Ltd
0%

Response Formats & Status Codes

All responses return JSON with a consistent envelope.

Success response

{
  "success": true,
  "data": { ... },
  "meta": { "total": 42, "limit": 20, "offset": 0 }
}

HTTP status codes

CodeMeaning
200OK — request succeeded
201Created — resource created successfully
204No Content — deletion succeeded
400Bad Request — invalid parameters
401Unauthorized — missing or invalid API key
403Forbidden — insufficient scope
404Not Found
429Too Many Requests — rate limit exceeded
500Internal Server Error

Was this article helpful?