POST
/
api
/
service
/
subaccount
/
retrieve
curl --request POST \
  --url https://api.sand.getivy.de/api/service/subaccount/retrieve \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>"
}'
{
  "id": "<string>",
  "legalName": "<string>",
  "websiteUrl": "<string>",
  "ownerId": "<string>",
  "status": "active",
  "mcc": "<string>",
  "updatedAt": "2023-11-07T05:31:56Z",
  "createdAt": "2023-11-07T05:31:56Z"
}

Body

application/json
id
string
required

The unique identifier of the Subaccount

Response

200 - application/json
Returns a Subaccount
id
string
required
ownerId
string
required
status
enum<string>
required
Available options:
active,
inactive
mcc
string
required
websiteUrl
string
updatedAt
string
createdAt
string