QueryCarrier

GET /carriers/

Query all carrier name or specific carrier

Query parameters

Responses

  • 200

    Success

    Hide response attributes Show response attributes object
  • 400

    Invalid input

  • 500

    Failed

    Hide response attributes Show response attributes object
GET /carriers/
curl \
 -X GET https://nomad.samarkand-global.cn/pilot/carriers/ \
 -H "x-ca-key: $API_KEY"
Response examples (200)
{
  "code": 42,
  "message": "string",
  "data": [],
  "total": 42
}
Response examples (500)
{
  "code": 42,
  "message": "string",
  "data": [],
  "total": 42
}