API Reference

Errors

This page shows all the possible error codes and meaning

The following errors are valid:

CodeNameDescription
200OKEverything worked successfully!
201CreatedWhen you're creating a new order, this will be returned upon success.
400Bad RequestWe could not process the action.
403ForbiddenWe couldn't authenticate you, or you don't have access to that order.
{  
  error: true,  
  message: "Human readable message goes here"  
}

❗️

Watch out!

We may return errors not listed above, so don't rely on the errors. Check the content of the JSON blob as well.