# Get Account Endpoint: GET /api/accounts/{account-id}/get.json Version: 2.0.0 Security: apiKeyAuth ## Path parameters: - `account-id` (integer, required) Example: 1 ## Query parameters: - `api_key` (string, required) Your API Key. Example: "YOUR_API_KEY" ## Response 200 fields (application/json): - `account` (object) - `account.organization_name` (string) Example: "My Company" - `account.fiscal_id` (string) Example: "500100200" - `account.email` (string) Example: "john.doe@example.com" - `account.state` (string) Example: "active" - `account.at_configured` (boolean) Example: true - `account.trial` (boolean) Example: true ## Response 401 fields (application/json): - `errors` (object) - `errors.error` (string) Example: "Invalid API key" ## Response 404 fields