API Reference

If any request returns an error it will be in the following format:

FieldDescriptionFormat
codeThe HTTP Status code of the errorstring
messageA more detailed description of the errorstring
{
      "code": 10,
      "message": "Your country or region is not supported."
}