Get Carriers

The operation fetches all supported carriers. This service is used to get list of supported carriers and their properties.

SecuritybearerAuth
Request
header Parameters
X-PB-Developer-Partner-Id
string

This is the Developer Partner ID. When the developer is the only partner, this field is not required.

Responses
200

The available carriers have been fetched.

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

get/api/v1/carriers
Request samples
Response samples
application/json
{
  • "carriers": [
    ]
}