メインコンテンツまでスキップ

GET /v1/delivery_companies

scope

read_items

リクエストパラメーター

パラメーターはありません。

レスポンスの例

{
"data": [
{
"id": "string",
"name": "ヤマト運輸",
"url": "string"
}
]
}

解説

利用可能な配送会社の一覧を取得します。

エラーレスポンスの例

{
"error": {
"code": "insufficient_scope",
"message": "requires scope 'read_orders'",
"request_id": "req_01H..."
}
}

返しうるエラー: 401 / 403