Merge Accounts

Merges two accounts.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
primary_accountstringRequiredformat: "id"
The ID of the primary account, which will be retained post merge.
secondary_accountstringRequiredformat: "id"
The ID of the secondary account, which will be merged into the primary account.

Response

The response to merging an account.

Errors