> ## Documentation Index
> Fetch the complete documentation index at: https://docs.winedirectfulfillment.com/llms.txt
> Use this file to discover all available pages before exploring further.

# WineDirect Fulfillment API Guide

> Introduction to the WineDirect Fulfillment API Gateway

## WineDirect Fulfillment API Gateway UAT `1.0` `OAS 3.0`

<CardGroup>
  <Card title="Download OpenAPI Specification" href="https://rest-test.wd-fs.com/swagger/v1/swagger.json" icon="download" horizontal />
</CardGroup>

*Provides access to the Fulfillment system.*

<CardGroup>
  <Card title="Detailed Documentation" href="https://portal.wd-fs.com/administration/api-help" icon="book-open" horizontal />
</CardGroup>

### 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.
