List available carriers
GET/api/v2/carriers
List all available carriers and products for the user
Authorization
Add HTTP header Authorization with the received API key as the bearer token:
- Authorization
- API Key
Response
Response body
- Content-Type
application/json- Body
| Property | Type | Description |
|---|---|---|
carriers | object | List of available carriers |
carrier_products | object | List of products for the carrier |
code | string | Code for the carrier |
image_url | string | Image URL for the carrier |
name | string | Name of the carrier |