connections
Creates connections between your affiliates and customers
post/admin/connections
Request body
Example request
{
"connections": [
{
"customer": {
"name": "John Doe",
"email": "jdoe@example.com"
},
"affiliate": {
"id": "1234"
}
}
],
"overwrite": false
}Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.