get_account
Verify your Synder Importer API token by retrieving account details: email, name, status, subscription, and connected-company count. Call this first to confirm authorization.
Instructions
Returns the current Synder Importer account: email, name, status, subscription, and connected-company count. Call this first to verify the IMPORTER_API_TOKEN is valid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Account id. | |
| No | Account owner email. | ||
| name | No | Account owner full name. | |
| status | No | Account lifecycle status (e.g. ACTIVE, TRIAL, SUSPENDED). | |
| subscription | No | Subscription plan + billing fields. | |
| connectedCompaniesCount | No | Number of accounting companies linked to this account. |