connections

List the affiliate-customer connections in your program

get/admin/connections

Query parameters

Returns result after this ID

Limit number of results

Filters results to match this affiliate ID

Filters results to match this customer email address

Filters results to connections updated before this time (ISO format)

Filters results to connections updated after this time (ISO format)

Response

Example response

{
  "connections": [
    {
      "connection_id": 1,
      "affiliate": {
        "id": 42
      },
      "customer": {
        "name": "John Doe",
        "email": "johndoe@example.com"
      },
      "created_at": "Date Sat Jul 25 2020 12:31:01 GMT+0530 (India Standard Time)"
    }
  ]
}

Changes

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