connections

Creates connections between your affiliates and customers

post/admin/connections

Request body

overwriteboolean

Overwrite the already existing connections

Example request

{
  "connections": [
    {
      "customer": {
        "name": "John Doe",
        "email": "jdoe@example.com"
      },
      "affiliate": {
        "id": "1234"
      }
    }
  ],
  "overwrite": false
}

Response

creatednumber

Changes

No recorded changes to this endpoint across all 1 revision of this API.