GET /v1/customers/{id}/tags
Scope
read_customers
Request parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
id | path | integer | optional |
Response example
{
"data": [
{
"id": "3",
"name": "VIP",
"status": "active",
"sort": 0
}
]
}
Description
List a customer's tags
Error response example
{
"error": {
"code": "insufficient_scope",
"message": "requires scope 'read_orders'",
"request_id": "req_01H..."
}
}
Possible errors: 401 / 403 / 404