---
title: "Get Corporate Account By Id"
method: POST
path: "/corporate/account"
---

# Get Corporate Account By Id

`POST /corporate/account`

Fetch a corporate account by Id

## Headers

- `api-key` string, required
- `Authorization` string, required

## Request body

- object
  - `applicationId` string, required — Your unique application ID
  - `accountId` string, required — Unique Id of an account belonging to any wallet of this user

## Response `200`

200

- object
  - `accountId` string
  - `parentWalletId` string
  - `currency` string
  - `ownerId` string
  - `rootFiatCurrency` string
  - `ownerType` string
  - `createdAt` string
  - `availableBalance` object
    - `amount` string
    - `currency` string
  - `linkedCardId` string
  - `blockchainDepositAddress` string
  - `blockchainNetwork` object
    - `name` string
  - `status` string
  - `permissions` string[]
  - `enriched` boolean

---

[API](https://skmtc.net/striga/apis/striga-v1.md) · [All operations](https://skmtc.net/striga/apis/striga-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/striga/striga-v1/revisions/63e57aa7df45/schema)
