# Introduction
Aquila WMS is the Warehouse Management System of FAST Group. Thru Fast WMS API, our customers will be able to fetch data from the WMS for analysis and reporting.
Our API is organized around REST and has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
# Authenticate with HTTP
Fast WMS API supports Bearer Authentication as the way to to authorize HTTP request. An API secret key will be provided to our customer who wish to use our API.
Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
# Base URL
https://api.fast.com.ph