Skip to main content
GET
/
partners
/
connections
/
active
List Active Connections
curl --request GET \
  --url https://api.eflow.team/v1/partners/connections/active \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "connections": [
    {
      "partner_id": 123,
      "network_id": 123,
      "network_affiliate_id": 123,
      "network_affiliate_user_id": 123,
      "status": "<string>",
      "time_created": 123,
      "relationship": {
        "network": {
          "network_id": 123,
          "name": "<string>",
          "logo_url": "<string>"
        },
        "demand_partner": {
          "partner_id": 123,
          "name": "<string>"
        },
        "payment_methods": [
          {
            "payment_type": "<string>",
            "is_enabled": true
          }
        ]
      }
    }
  ]
}

Authorizations

X-Eflow-Api-Key
string
header
required

The marketplace partner's API key. Uses the X-Eflow-Api-Key header. The key belongs to the marketplace partner user.

Response

200 - application/json

OK

connections
object[]

Array of active marketplace connection objects.