retrieve_account
Retrieve your ChartMogul account details including company name, currency, time zone, and week start settings to configure your subscription analytics environment.
Instructions
[ChartMogul API] Retrieve your ChartMogul account information. Returns complete account object with: id (string: account UUID with acc_ prefix like "acc_93b06efd-30f0-2153-890f-709a64cf8292"), name (string: company name), currency (string: ISO 4217 format like "USD", "EUR"), time_zone (string: TZ identifier like "Europe/Berlin"), week_start_on (string: "monday" or "sunday"). No parameters required. Example response: {"id": "acc_93b06...", "name": "ChartMogul", "currency": "USD", "time_zone": "Europe/Berlin", "week_start_on": "monday"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||