Partner API
This documentation describes the APIs available to partners integrating with the Bell Express platform.
Overview
- Base URL (Prod):
https://expressbe.bellvn.com - Data format: JSON
- Encoding: UTF-8
Response messages
Human-readable fields such as message, processing_error and status labels are returned in Vietnamese. Build your integration on the machine-readable fields (error, status, code, HTTP status codes), not on message text.
Quick start
- Get your API token from the Preferences page.
- Add the
Authorization: Bearer <token>header to every request. - Call the create order API and store the returned
data.