---
title: "Find Connections (Advanced)"
method: POST
path: "/partners/connections/table"
tags: ["Marketplace Connections"]
---

# Find Connections (Advanced)

`POST /partners/connections/table`

## Query parameters

- `page` integer
- `page_size` integer

## Request body

- object
  - `filters` object — Filters to narrow the connection results.
    - `status` 'active' | 'pending' | 'deleted' — Filter connections by status.

## Response `200`

- object
  - `connections` object[] — Array of marketplace connection objects.
    - `partner_id` integer — Unique partner ID.
    - `network_id` integer — Network ID of the connected advertiser.
    - `network_affiliate_id` integer — Affiliate ID assigned to this partner within the network.
    - `network_affiliate_user_id` integer — Affiliate user ID assigned to this partner within the network.
    - `status` 'active' | 'pending' | 'deleted' — Current status of the connection.
    - `time_created` integer — Unix timestamp of when the connection was created.
    - `relationship` object — Related data for this connection.
      - `network` object — Network/brand details.
        - `network_id` integer — Network ID.
        - `name` string — Network name.
        - `logo_image_url` string — Network logo image URL.
        - `signup_url` string — Network signup URL.
        - `login_url` string — Network login URL.
        - `timezone_id` integer — Network timezone ID.
      - `demand_partner` object — Demand partner information.
        - `everxchange_demand_partner_id` integer — Demand partner ID.
        - `company_name` string — Demand partner company name.
        - `network_id` integer — Network ID.
        - `status` string — Demand partner status.
        - `website_url` string — Demand partner website URL.
        - `public_description` string — Public description of the demand partner.
        - `is_internal` boolean — Whether the demand partner is internal.
        - `is_contact_info_public` boolean — Whether contact information is publicly visible.
        - `logo_url` string — Demand partner logo URL.
        - `logo_asset_id` integer — Logo asset ID.
        - `link` string — Demand partner link.
        - `custom_link_label` string — Custom label for the link.
        - `default_network_offer_id` integer — Default network offer ID.
        - `facebook_contact_url` string — Facebook contact URL.
        - `instagram_contact_url` string — Instagram contact URL.
        - `linkedin_contact_url` string — LinkedIn contact URL.
        - `twitter_contact_url` string — Twitter contact URL.
        - `tiktok_contact_url` string — TikTok contact URL.
        - `youtube_contact_url` string — YouTube contact URL.
        - `time_created` integer — Unix timestamp of when the demand partner was created.
        - `time_saved` integer — Unix timestamp of when the demand partner was last saved.
        - `relationship` object — Demand partner relationship data.
          - `contact` object — Contact information.
            - `first_name` string — Contact first name.
            - `last_name` string — Contact last name.
            - `phone_number` string — Contact phone number.
            - `email` string — Contact email address.
          - `vertical_ids` integer[] — Vertical category IDs.
          - `channel_ids` integer[] — Channel IDs.
          - `geo_vertical_ids` integer[] — Geographic vertical IDs.
          - `payout_type_ids` integer[] — Payout type IDs.
          - `partner_categories` object[] — Marketplace categories the partner operates in.
            - `category_id` integer — Category identifier.
            - `type` 'parent' | 'children' — Whether this is a parent category or a child category.
          - `partner_country_ids` integer[] — Country IDs the partner targets.
      - `everflow_pay` object — Everflow Pay configuration.
        - `is_everflow_pay_enabled` boolean — Whether Everflow Pay is enabled.
      - `payments` object — Payment provider availability keyed by provider name. Each provider has an `enabled` boolean.
        - `everflow_pay` object
          - `enabled` boolean
        - `tipalti` object
          - `enabled` boolean
        - `trusted_payouts` object
          - `enabled` boolean
        - `managed_payments` object
          - `enabled` boolean
        - `veem` object
          - `enabled` boolean
        - `paypal` object
          - `enabled` boolean
        - `masspay` object
          - `enabled` boolean
      - `api_key` string — The affiliate API key for this connection. Only present on active connections.
  - `paging` object
    - `page` integer — Current page number.
    - `page_size` integer — Number of results per page.
    - `total_count` integer — Total number of matching connections.

---

[API](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/revisions/39242cee0e32/schema)
