---
title: "Get Account"
method: GET
path: "/api/accounts/{account-id}/get.json"
tags: ["Accounts"]
---

# Get Account

`GET /api/accounts/{account-id}/get.json`

## Path parameters

- `account-id` integer, required

## Query parameters

- `api_key` string, required

## Response `200`

SUCCESS.

- AccountGetSuccess
  - `account` object
    - `organization_name` string
    - `fiscal_id` string
    - `email` string
    - `state` string
    - `at_configured` boolean
    - `trial` boolean

## Other responses

- `401` — ACCESS DENIED
- `404` — NOT FOUND

---

[API](https://skmtc.net/invoicexpress/apis/invoicexpress-api.md) · [All operations](https://skmtc.net/invoicexpress/apis/invoicexpress-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invoicexpress/invoicexpress-api/versions/5cea7e1d8f41/schema)
