GET
/
openapi
/
v1
/
CargoCarriers
Cargo carriers used by oplog.one open api.
curl --request GET \
  --url https://api.oplog.one/openapi/v1/CargoCarriers \
  --header 'Authorization: <api-key>'
[
  {
    "key": "<string>",
    "value": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Headers

X-Tenant-Id
string

If you want to emulate, please enter TenantId.

Response

200
text/plain

Success

The response is of type object[].