---
title: "Retrieve a Subaccount"
method: POST
path: "/api/service/subaccount/retrieve"
tags: ["Subaccount"]
---

# Retrieve a Subaccount

`POST /api/service/subaccount/retrieve`

Retrieve a Subaccount by id.

## Request body

- RetrieveSubaccountInputDto
  - `id` string, uuid, required — The unique identifier of the Subaccount

## Response `200`

Returns a Subaccount

- RetrieveSubaccountOutputDto
  - `id` string, required
  - `legalName` string, required
  - `status` 'active' | 'inactive', required
  - `mcc` string, required
  - `ownerId` unknown, required
  - `websiteUrl` string
  - `createdAt` unknown, required
  - `updatedAt` unknown, required

## Changes

- **2025-12-08** `59707ad8c8bb` — 1 breaking
  - the `id` request property type/format changed from `string`/`` to `string`/`uuid`

[Change history](https://skmtc.dev/augustus/apis/ivy-api/changes/api/service/subaccount/retrieve/post.md)

---

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