List

List all courier available

Endpoint

/api/courier/list

Response

Successful Response Params

Name

Description

Type

couriers

List Of Couriers

Array ( Courier )

default

Default Courier

string ( code )

Example Response (VIP):

{
    "status": "SUCCESS",
    "couriers": [
        {
            "code": "OTHERS",
            "name": "Others"
        },
        {
            "code": "POSLAJU",
            "name": "PosLaju"
        }
    ],
    "default": "OTHERS"
}

Last updated

Was this helpful?