Overview
ReturnPilot authenticates your API requests using your organization’s API token, which must be included every time.Requests without a token will return a
401 Unauthorized
response.Authorization
To authenticate, supply your API token in the request’s header. You should configure the header so it usesbearer
authentication e.g.