list_customer_attributes
Retrieve customer attributes including tags, custom fields, Stripe metadata, and Clearbit enrichment data for subscription analytics and CRM management.
Instructions
[ChartMogul API] Retrieve customer attributes (tags and custom attributes). Returns attributes object with: tags (array of strings like ["vip", "enterprise"]), custom (object with key-value pairs containing type, key, value, source for each attribute like {"CAC": 213, "channel": "Facebook", "pro": true}), stripe (object with Stripe metadata), clearbit (object with company enrichment data). REQUIRED: uuid (string: customer UUID)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes |