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

successboolean required

Indicates if the operation was successful

Example response

{
  "success": true
}