API Structure
Bitel APIs are designed based on RESTful standard, meaning that requests and responses are in JSON format.
The general format of HTTP response
The response always contains a "result" and an "error", in case the status code is OK(200) the "error" is always null and if the status code is 3xx or 4xx the error always contains an error code.
Success Response Example
Error Response Example
Last updated
Was this helpful?