Merging Contacts
Endpoint
Description
Parameters
Parameter
Type
Description
Returns
Status Code
Description
Examples
{
id: "0"
email: "[email protected]"
},
{
id: "1"
phoneNumber: "+123445678"
discordUsername: "example#0000"
},
{
id: "2"
email: "[email protected]"
phoneNumber: "+18901234"
discordUsername: "example2#0001"
}Example 1:
Example 2:
Example 3:
Example 4:
Last updated