---
title: "List Marketplace Advertisers"
method: POST
path: "/partners/marketplace/demands"
tags: ["Marketplace Advertisers"]
---

# List Marketplace Advertisers

`POST /partners/marketplace/demands`

## Request body

- object

## Response `200`

- object
  - `demand_partners` DemandPartner[] — Array of demand partner objects.
    - `everxchange_demand_partner_id` integer — Unique demand partner ID.
    - `network_id` integer — Network ID.
    - `company_name` string — Demand partner name.
    - `status` string — Current status of the demand partner (e.g. active, inactive).
    - `public_description` string — Description of the demand partner and their offerings.
    - `logo_url` string — URL to the demand partner's logo.
    - `logo_asset_id` integer — Logo asset ID.
    - `website_url` string — Demand partner's website URL.
    - `link` string — Custom link URL.
    - `custom_link_label` string — Custom link label.
    - `is_internal` boolean — Whether this is an internal demand partner.
    - `has_migrated_categories` boolean — Whether the demand partner has migrated to the new marketplace categories model.
    - `is_contact_info_public` boolean — Whether contact info is public.
    - `default_network_offer_id` integer — Default 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 last update.
    - `relationship` object — Related objects for the demand partner.
      - `connection` object — Connection details between the partner and the demand partner. Only present when a connection exists.
      - `invitation` object — Invitation details. Only present when an invitation exists.
      - `is_featured` boolean — Whether this demand partner is featured.
      - `main_platform_id` integer — Main platform ID for the demand partner.
      - `time_connected` integer — Unix timestamp of when the connection was established. 0 if not connected.
      - `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.
      - `resource_asset` object — Resource asset information.
        - `customer_asset_id` integer — Customer asset ID.
        - `content_type` string — Content type of the asset.
        - `filename` string — Filename of the asset.
        - `url` string — URL of the asset.
        - `file_size` integer — File size in bytes.
        - `time_saved` integer — Unix timestamp of last update.
      - `everflow_pay` object — Everflow Pay status.
        - `is_everflow_pay_enabled` boolean — Whether Everflow Pay is enabled.
      - `performance` object — Weekly and monthly performance metrics.
        - `everxchange_demand_partner_id` integer — The demand partner ID.
        - `clicks_weekly` integer — Number of clicks in the past week.
        - `has_reached_weekly_threshold` boolean — Whether the weekly click threshold has been reached.
        - `epc_weekly` number — Earnings per click for the past week.
        - `cvr_weekly` number — Conversion rate for the past week.
        - `clicks_monthly` integer — Number of clicks in the past month.
        - `has_reached_monthly_threshold` boolean — Whether the monthly click threshold has been reached.
        - `epc_monthly` number — Earnings per click for the past month.
        - `cvr_monthly` number — Conversion rate for the past month.
        - `time_created` integer — Unix timestamp of when the performance record was created.
        - `time_saved` integer — Unix timestamp of last update.
      - `programs` object[] — Available programs with payout details.
        - `everxchange_demand_partner_program_id` integer — Unique program ID.
        - `everxchange_demand_partner_id` integer — The demand partner ID this program belongs to.
        - `name` string — Program name.
        - `preview_url` string — Preview URL for the program.
        - `ordering_value` integer — Display ordering value.
        - `events` object[] — Payout events within this program.
          - `everxchange_demand_partner_program_event_id` integer — Unique event ID.
          - `everxchange_demand_partner_program_id` integer — The program ID this event belongs to.
          - `everxchange_demand_partner_id` integer — The demand partner ID.
          - `name` string — Event name.
          - `is_default` boolean — Whether this is the default event.
          - `payout_type_id` integer — Payout type ID.
          - `payout_value_min` number — Minimum payout value.
          - `payout_value_max` number — Maximum payout value.
          - `time_created` integer — Unix timestamp of when the event was created.
          - `time_saved` integer — Unix timestamp of last update.
        - `time_created` integer — Unix timestamp of when the program was created.
        - `time_saved` integer — Unix timestamp of last update.
      - `payments` object — Payment provider availability. Each key is a provider name containing an object with an `enabled` boolean.
        - `everflow_pay` object
          - `enabled` boolean — Whether Everflow Pay is enabled.
        - `tipalti` object
          - `enabled` boolean — Whether Tipalti is enabled.
        - `trusted_payouts` object
          - `enabled` boolean — Whether Trusted Payouts is enabled.
        - `managed_payments` object
          - `enabled` boolean — Whether Managed Payments is enabled.
        - `veem` object
          - `enabled` boolean — Whether Veem is enabled.
        - `paypal` object
          - `enabled` boolean — Whether PayPal is enabled.
        - `masspay` object
          - `enabled` boolean — Whether MassPay is enabled.
      - `brands` object[] — Brand entries associated with this demand partner. Only present for some partners.
        - `everxchange_demand_partner_brand_id` integer — Unique brand ID.
        - `everxchange_demand_partner_id` integer — The demand partner ID.
        - `name` string — Brand name.
        - `logo_url` string — URL to the brand logo.
        - `logo_asset_id` integer — Logo asset ID.
        - `website_url` string — Brand website URL.
        - `ordering_value` integer — Display ordering value.
        - `relationship` object — Related objects for the brand.
          - `resource_asset` object — Brand logo resource asset.
            - `customer_asset_id` integer — Customer asset ID.
            - `content_type` string — Content type of the asset.
            - `filename` string — Filename of the asset.
            - `url` string — URL of the asset.
            - `file_size` integer — File size in bytes.
            - `time_saved` integer — Unix timestamp of last update.
        - `time_created` integer — Unix timestamp of when the brand was created.
        - `time_saved` integer — Unix timestamp of last update.
      - `terms_and_conditions` string — Terms and conditions text. Only present for some partners.
      - `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.
      - `platform_ids` integer[] — Platform identifiers (e.g. mobile, desktop) the partner operates on.
      - `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.
      - `country_ids` integer[] — Country IDs the partner targets.
      - `conversion_funnels` string[] — Conversion funnel types this partner supports.
      - `customer_short` string — Short identifier for the partner's customer (read-only).
      - `network_currency_id` string — Network currency identifier.

---

[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/versions/39242cee0e32/schema)
