WineDirect Fulfillment API Gateway UAT 1.0 OAS 3.0

Provides access to the Fulfillment system.

From your code:

To use any of the endpoints, get the Bearer Token from the AccessToken endpoint, then pass that as a HttpHeader called Authorization like this on all calls. (C#) request.AddParameter(“Authorization”, token, ParameterType.HttpHeader);

From a browser:

Press the Authorize button and enter the Bearer Token from the AccessToken endpoint.