Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

List Carriers

Introduction

This API document is a draft

You can see the available list of carriers for your account.

GET /carriers 

Example Requests

GET /carriers 

Example Responses

HTTP 200

{ 
  "items": [ 
    { 
       "id": 1, 
       "systemName": "local", 
       "name": "Local", 
       "shortDescription": "Local shipping", 
       "description": "Local Carrier" 
    } 
  ] 
} 

HTTP 400, 404

{ 
  "type": "string", 
  "title": "string", 
  "status": 0, 
  "detail": "string", 
  "instance": "string", 
  "additionalProp1": "string", 
  "additionalProp2": "string", 
  "additionalProp3": "string" 
}