Cookie Consent by Free Privacy Policy Generator Update cookies preferences

With the exception of Ping, which does not require authentication, all GET endpoints can return any of the following errors:

HTTP Status CodeerrorCodeDescription
401
Unauthorized
unauthorizedInvalid Merchant API credentials were passed in the Authorization header.
405
Method Not Allowed
method_not_allowedThe request was made by a HTTP Method other than GET, HEAD or OPTIONS.

For example, POST, PUT or DELETE.
406
Not Acceptable
errorThe request included an Accept header for something other than application/json or */*.