# Introduction

Fast TMS is the Transport Management System of Fastcargo Logistics Corp. Thru Fast TMS API, our customers will be able to submit their shipment booking requirement and also get the shipping status of their shipment from time of pickup until delivery.

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.

# Authentication

Fast TMS requires an API key in the header "x-api-key" of every incoming 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.

Request for your API access (opens new window).

# Production Base URL

https://api.fast.com.ph/tmsv1

# Development Base URL

https://dev.api.fast.com.ph/tmsv1

Continue on to the basic section to create bookings and track them.