401 Unauthorized unauthorized
The request carried no credentials, or the API did not accept the ones it
carried. They may be wrong, expired or revoked, or sent with an authentication
scheme the API does not accept. The detail is the same in every case.
The WWW-Authenticate header of the response names the scheme the API accepts.
What to do
- Check that the request uses the authentication scheme the API reference describes for this API.
- Check that the credentials are the current ones for the environment you call (test or production).
- If it still fails, contact Spirius support with the request path and time.
Do not retry without changing the credentials. The answer will be the same.