Subaccount
Retrieve a Subaccount
Getting Started
Charge
Capabilities
Subaccount
Banking
Subaccount
Retrieve a Subaccount
Retrieve a Subaccount by id.
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
Response
200 - application/json
Returns a Subaccount
The response is of type object
.
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"
}