Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.

401 Unauthorized

Josh Horton edited this page Mar 19, 2020 · 5 revisions

Error Description

The Connector API rejects the XML submission and returns a 401 Unauthorized response.

Instructions to fix

If using Swagger, ensure that you are logged in by using the link at the top of the page (Authenticate here first).

If programmatically submitting the xml or using a 3rd party REST tool, ensure the request header Authorization is set with a value of Bearer (<token>) in the request. Before clicking Authenticate here first in Swagger to obtain a token, please ensure you are in the correct environment (integration or production).


Clone this wiki locally