The Account resource represents the Pelcro account associated with the authenticated API token. Use it to retrieve account details and discover the sites available for API requests.
| Field | Type | Description |
|---|
id | integer | Unique account identifier |
company | string | Account company name |
country | string | Two-letter country code |
default_currency | string | Three-letter default currency code |
is_enterprise | boolean | Whether this is an enterprise account |
taxes_enabled | boolean | Whether tax collection is enabled |
api_core_rate_limit | integer | Maximum Core API requests per minute |
| Field | Type | Description |
|---|
id | integer | Unique site identifier — use this as site_id in other API calls |
name | string | Site display name |
url | string | Site URL |