Skip to main content

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

  1. Get your API token from the Preferences page.
  2. Add the Authorization: Bearer <token> header to every request.
  3. Call the create order API and store the returned data.

Contents