Entity Endpoints
Merge an account for an entity
post/v1/{id}/accounts/{accId}/merge
Path parameters
idstring required
Entity Id
accIdstring required
Subaccount Id to merge into the default account
Response
Example response
{
"success": true
}Entity Id
Subaccount Id to merge into the default account
{
"success": true
}