Errors from API
You can expect some common HTTP status code:
200
: OK201
: Resource created202
: Accepted204
: OK without content400
: Bad request, like missing data404
: Resource not found409
: Conflict, resource already exist410 Expired token
: Access token is expired, need new authentication429 Too Many Requests
: Rate limit exceeded, check Rate limit doc500
: Interal server error, contact us if you expect them with reproductible procedure