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

Authorizations

Authorization
string
header
required

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

Query Parameters

courier
string
required
Minimum string length: 1
shipperAccountId
string
Minimum string length: 1
locale
string
Required string length: 2 - 10

Response

Default Response

products
object[]
required