FlashExpress Open API

The FlashExpress Open API is the merchant-facing integration surface for Flash Express parcel logistics in Thailand. All calls are HTTPS POST with an application/x-www-form-urlencoded body and a JSON response envelope of code/message/data. Every request is authenticated with a merchant id (mchId), a random nonce string (nonceStr) and an uppercase SHA256 signature (sign) computed over the ASCII-sorted non-empty parameters joined with a merchant secret key issued by Flash Express support. The API covers warehouse listing, the Flash standard address/location tree, sub-account creation, order creation (including creation against a merchant-supplied tracking number), order modification and cancellation, single and batch parcel route tracking, delivered-proof retrieval, 100x180mm and 100x75mm label pre-print, freight-rate estimation, courier pickup notification scheduling and cancellation, and webhook subscription management.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/flash-express-open-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: flash-express-open-api
name: FlashExpress Open API
description: The FlashExpress Open API is the merchant-facing integration surface for Flash Express parcel
  logistics in Thailand. All calls are HTTPS POST with an application/x-www-form-urlencoded body and a
  JSON response envelope of code/message/data. Every request is authenticated with a merchant id (mchId),
  a random nonce string (nonceStr) and an uppercase SHA256 signature (sign) computed over the ASCII-sorted
  non-empty parameters joined with a merchant secret key issued by Flash Express support. The API covers
  warehouse listing, the Flash standard address/location tree, sub-account creation, order creation (including
  creation against a merchant-supplied tracking number), order modification and cancellation, single and
  batch parcel route tracking, delivered-proof retrieval, 100x180mm and 100x75mm label pre-print, freight-rate
  estimation, courier pickup notification scheduling and cancellation, and webhook subscription management.
humanURL: https://open-docs.flashexpress.com/
baseURL: https://open-api.flashexpress.com
tags:
- Shipping
- Logistics
- Parcel Tracking
- Order
- Webhook
- Cash on Delivery
tags_raw:
- Shipping
- Logistics
- Parcel Tracking
- Orders
- Webhooks
- Cash on Delivery
properties:
- type: Documentation
  url: https://open-docs.flashexpress.com/
- type: APIReference
  url: https://open-docs.flashexpress.com/#api-reference
- type: Authentication
  url: authentication/flash-express-authentication.yml
- type: Conventions
  url: conventions/flash-express-conventions.yml
- type: ErrorCatalog
  url: errors/flash-express-error-codes.yml
- type: Webhooks
  url: asyncapi/flash-express-webhooks.yml
- type: DataModel
  url: data-model/flash-express-data-model.yml
- type: Sandbox
  url: sandbox/flash-express-sandbox.yml