Skip to main content
GET
/
couriers
List available couriers
curl --request GET \
  --url https://api.flexforwardship.com/couriers \
  --header 'Authorization: Bearer <token>'
{
  "couriers": [
    {
      "code": "<string>",
      "name": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

Default Response

couriers
object[]
required