Skip to main content

GET /v1/customers/{id}/tags

Scope

read_customers

Request parameters

NameInTypeRequiredDescription
idpathintegeroptional

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