Error Codes
The following error codes are used in the API responses:
200: Success
json
{
"status": 200,
"data": {
{ ... }
}
}400: Bad Request
json
{
"status": 400,
"error": {
"message": "Bad Request",
}
}401: Unauthorized
json
{
"status": 401,
"error": {
"message": "Unauthorized",
}
}403: Forbidden
json
{
"status": 403,
"error": {
"message": "Forbidden",
}
}