- 01 Passed Request:
- This means the request was either passed
200or accepted202
- This means the request was either passed
- 0 Failed Request:
- This means the request failed and the reasosn will be returned. This usually has a
404400403HTTP response code
- This means the request failed and the reasosn will be returned. This usually has a
- 500 Internal Server Error:
- An unexpected error occurred on the server side. This may be due to a bug, temporary system issue, or other unforeseen circumstances.
Error Responses
When an error occurs, the API will typically return a JSON response with the following structure:- Passed
- Failed
- Internal Error