跳轉到主要內容
GET
/
couriers
取得可用物流業者列表
curl --request GET \
  --url https://api.flexforwardship.com/couriers \
  --header 'Authorization: Bearer <token>'
{
  "couriers": [
    {
      "code": "<string>",
      "name": "<string>"
    }
  ]
}

授權

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

回應

Default Response

couriers
object[]
必填