Get Carriers

Obtain the list of your carriers

The endpoint retrieves the list of all carriers assigned to a partner.

get
Authorizations
Responses
200

Successfully retrieved the list of carriers

application/json
get
GET /v1/carriers HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
[
  {
    "carrierId": "text",
    "carrierName": "text"
  }
]

Last updated