Errors
Both Reggora APIs use the following error codes:
| Error Code | Meaning |
|---|---|
| 400 | Bad Request — Your request is invalid. |
| 401 | Unauthorized — Your Bearer Token is invalid. |
| 403 | Invalid Parameter — Either the URL parameters or the request body parameters are invalid. |
| 404 | Not Found — The endpoint or object you are looking for does not exist. |
| 500 | Internal Server Error — We had a problem with our server. Try again later. |