curl --request POST \
--url https://api.sand.getivy.de/api/service/subaccount/retrieve \
--header 'Content-Type: application/json' \
--header 'X-Ivy-Api-Key: <api-key>' \
--data '{
"id": "<string>"
}'
{
"id": "<string>",
"legalName": "<string>",
"status": "active",
"mcc": "<string>",
"ownerId": "<any>",
"websiteUrl": "<string>",
"createdAt": "<any>",
"updatedAt": "<any>",
"themeName": "default"
}
Retrieve a Subaccount by id.
curl --request POST \
--url https://api.sand.getivy.de/api/service/subaccount/retrieve \
--header 'Content-Type: application/json' \
--header 'X-Ivy-Api-Key: <api-key>' \
--data '{
"id": "<string>"
}'
{
"id": "<string>",
"legalName": "<string>",
"status": "active",
"mcc": "<string>",
"ownerId": "<any>",
"websiteUrl": "<string>",
"createdAt": "<any>",
"updatedAt": "<any>",
"themeName": "default"
}
API key for authentication
Returns a Subaccount
The response is of type object
.