Get Courier List
GET
/api/v2/courier/namesLast modified: a year ago
Get list available courier
Request
Query Params
courier_name
string
optional
Example:
express
Header Params
Authorization
string
required
Example:
Token {{API_TOKEN}}
Content-Type
string
optional
Example:
application/json
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
data
array[string]
required
error
boolean
required
error_code
string
required
messages
string
required
request_id
string
required
Example
{
"data": [
"Best Express",
"Boxme Express",
"DPEX Express",
"Grab Express",
"J&T Express",
"Selly Express",
"Shopee Express",
"Snappy Express",
"Tiki Express",
"Vietpost Express",
"ZTO Express"
],
"error": false,
"error_code": "",
"messages": "",
"request_id": "65a9f686b778e5b71085c901"
}
Last modified: a year ago