Responses

If the request succeeds, response will be:


If the request fails, response will contain an error message, like so:

JSON

{
  code:"100",
  message:"Missing or invalid application key !"
}

XML

<error>
  <code>100</code>
  <message>Missing or invalid application key !</message>
</error>