---
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 — Values longer than 100 characters are rejected with HTTP 422.
    - `fiscal_id` string
    - `email` string, nullable
    - `state` string
    - `at_configured` boolean
    - `trial` boolean

## Other responses

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

## Changes

- **2026-08-25** `5b82d4eb0d9f` — 2 breaking, 1 warning
  - the response property `account/email` became nullable for the status `200`
  - the `errors` response's property type/format changed from `object`/`` to `array`/`` for status `401`
  - removed the optional property `errors/error` from the response with the `401` status

[Change history](https://skmtc.dev/invoicexpress/apis/invoicexpress-api/changes/api/accounts/:account-id/get.json/get.md)

---

[API](https://skmtc.dev/invoicexpress/apis/invoicexpress-api.md) · [All operations](https://skmtc.dev/invoicexpress/apis/invoicexpress-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/invoicexpress/invoicexpress-api/revisions/59bc808e8784/schema)
