retrieve_customer
Retrieve detailed customer data from ChartMogul using UUID, including tags, custom attributes, MRR/ARR in cents, and complete address information for subscription management.
Instructions
[ChartMogul API] Retrieve specific customer by UUID. Returns complete customer object with all fields from list_customers plus additional nested objects. Key fields: attributes.tags (array of strings like ["vip", "enterprise"]), attributes.custom (object with custom attributes like {"CAC": 213, "channel": "Facebook"}), attributes.stripe (object with Stripe metadata), attributes.clearbit (object with company data), address (object with full address details). CRITICAL: mrr/arr are INTEGER CENTS. REQUIRED: uuid (string: customer UUID with cus_ prefix like "cus_de305d54-75b4-431b-adb2-eb6b9e546012")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes |