> For the complete documentation index, see [llms.txt](https://apidoc.247express.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidoc.247express.vn/english-1.0.6/master.md).

# Getting Started

## How to integrate API 247?

### Steps

* **Step 1:** Login to get ClientID and Token according to [the login API](/english-1.0.6/sso/sso-login.md). Username and Password will be provided as a customer of 247.
* **Step 2:** Get [the ClientHubID list](/english-1.0.6/customer/list-of-clienthubs.md), which is a list of customer shipping address identifiers (ID). When creating an order for delivery, you must enter the correct identifier (ClientHubID) corresponding to the shipping address of that order.
* **Step 3:** Get [a list of main services](/english-1.0.6/customer/main-services.md) that have been registered by the customer.
* **Step 4:** Get [a list of value-added services](/english-1.0.6/customer/vat-services.md) that customers can use.
* **Step 5:** To use [the order creation API](/english-1.0.6/customer/create-an-order.md), you must have the following information:
  * ClientID and Token in **Step 1**.
  * ClientHubId in **Step 2**.
  * Key services/value-added services in **Steps 3** and **4** (if used).

### API INFORMATION

{% hint style="success" %}
Staging: [https://customerapi-stg.247tech.vn](https://customerapi-stg.247tech.vn/)\
Production: <https://api.247express.vn>
{% endhint %}

### RATE LIMIT

{% hint style="warning" %}
Login API: 5 requests/minute/IP address

All other APIs: 360 requests/minute/IP address
{% endhint %}

### NOTES

{% hint style="info" %}
Marked required fields must be entered.\
All APIs require a Header with Token and ClientID.
{% endhint %}
