Get a customer
get_customerFetch a single Autumn customer by id, optionally expanding related data (invoices, entities, subscriptions, balances). Autumn API: POST /v1/customers.get.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | Related data to expand, e.g. invoices, entities, subscriptions.plan, purchases.plan, balances.feature. | |
| customer_id | Yes | Your unique identifier for the customer. |