Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Every successful API request returns the HTTP status code "200", which indicates that the request was fulfilled. On failure, in turn, you get HTTP status information and one of the following error codes in the body of the response. 

 - INVALID_PARAMETER(code: 2, http status: 400)

...