---
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

---

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