> For the complete documentation index, see [llms.txt](https://docs.africanies.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.africanies.com/authentication/example-request.md).

# Example Request

```
curl -X GET "https://api-test.africaniestest.com/api/v1/warehouses" \
  -H "Authorization: cHVibGlja2V5OnByaXZhdGVrZXk=" \
  -H "X-Account-Number: ACC123456" \
  -H "X-Shipment-Mode: SFN" \
  -H "Accept: application/json"
```
