GET
/
carrier
/
:id
Get carrier by ID
curl --request GET \
  --url http://localhost:8080/carrier/:id \
  --header 'x-api-key: <api-key>'
{
  "name": "<string>",
  "code": "<string>"
}

Authorizations

x-api-key
string
header
required

API key for authentication. Contact your administrator to get an API key.

Path Parameters

id
string
required

Carrier ID

Response

Successfully retrieved carrier

The response is of type object.