Terminal Shipping API
Ask or search…
K
Comment on page

Get Carriers

Fetch list of all carriers available on TShip API.
get
https://api.terminal.africa
/v1/carriers
/carriers
This endpoint allows you to get a list of carriers available on TShip.
Parameters
Query
active
Boolean
If true, only active carriers on the shipmonk platform will be returned. If set to false, only inactive carriers will be returned. If blank, all available carriers will be returned.
type
String
Specify the type of carrier. Available options are domestic, regional or international.
perPage
Number
Specify how many records will be included in a single response. Defaults to 100.
page
Number
Specify what page of records will be sent in response. Defaults to 1.
Header
Authorization*
String
Set value to Bearer SECRET_KEY
Content-Type
String
Set value to application/json
Responses
200
Carriers retrieved successfully.