latestOpenAPI 3.0.02026-08-10235750.6 KB

b0f71533dff5

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
}