GET /v1/customers/{id}/tags
scope
read_customers
リクエストパラメーター
| 名前 | 位置 | 型 | 必須 | 説明 |
|---|---|---|---|---|
id | パス | integer | 任意 |
レスポンスの例
{
"data": [
{
"id": "3",
"name": "VIP",
"status": "active",
"sort": 0
}
]
}
解説
指定顧客に付与された公開タグを取得します。
エラーレスポンスの例
{
"error": {
"code": "insufficient_scope",
"message": "requires scope 'read_orders'",
"request_id": "req_01H..."
}
}
返しうるエラー: 401 / 403 / 404