API to merge two user profiles to resolve duplicate user records.
In SuprSend, you can merge duplicate user identities into a singleDocumentation Index
Fetch the complete documentation index at: https://docs.suprsend.com/llms.txt
Use this file to discover all available pages before exploring further.
distinct_id to consolidate user profiles, especially when users interact across different products or transition from anonymous to identified states. You can use it in following scenarios:
from_user_id in your payload. The primary distinct_id is retained after the merge and the from_user_id is deleted. The deletion process is permanent and from_user_id can’t be recovered once deleted.Pass as Bearer <API_KEY>. Get API Key from SuprSend dashboard Developers -> API Keys section.
Unique identifier of primary user
Unique identifier of secondary user whose profile needs to be merged into primary user.
201 - Created
user object of the primary user after the merge.