> ## Documentation Index
> Fetch the complete documentation index at: https://developers.everflow.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Copy Offer

> Duplicate an existing offer. Creates a new offer with the same configuration as the source offer, including targeting, caps, and payout settings. The new offer will be created in a paused state.


Duplicate an existing offer. Creates a new offer with the same configuration as the source offer. Use the query parameters to control which additional settings are copied along with the base offer.


## OpenAPI

````yaml openapi/offers-extras.yaml get /networks/offers/{offerId}/copy
openapi: 3.0.3
info:
  title: Everflow Network API - Offers (Additional Endpoints)
  description: >
    Additional offer management endpoints for the Everflow partner marketing
    platform. Includes bulk editing, copying, streaming, payout/revenue config,
    forwarding rules, and more.
  version: 1.0.0
servers:
  - description: Production Server
    url: https://api.eflow.team/v1
security: []
tags:
  - name: Offers
    description: Additional endpoints for managing offers.
paths:
  /networks/offers/{offerId}/copy:
    get:
      tags:
        - Offers
      summary: Copy Offer
      description: >
        Duplicate an existing offer. Creates a new offer with the same
        configuration as the source offer, including targeting, caps, and payout
        settings. The new offer will be created in a paused state.
      parameters:
        - in: path
          name: offerId
          required: true
          schema:
            type: integer
          description: The ID of the offer to copy.
        - in: query
          name: is_copy_custom_settings
          schema:
            type: boolean
          description: Copy custom settings
        - in: query
          name: is_copy_creatives
          schema:
            type: boolean
          description: Copy creatives
        - in: query
          name: is_copy_visibility
          schema:
            type: boolean
          description: Copy visibility settings
        - in: query
          name: is_copy_additional_urls
          schema:
            type: boolean
          description: Copy additional URLs
        - in: query
          name: is_copy_forwarding_rules
          schema:
            type: boolean
          description: Copy forwarding rules
        - in: query
          name: name
          schema:
            type: string
          description: Name for the copied offer
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                description: >-
                  The newly created offer copy with all fields and
                  relationships.
                properties:
                  network_offer_id:
                    type: integer
                    description: Unique offer ID of the new copy.
                  network_id:
                    type: integer
                  network_advertiser_id:
                    type: integer
                    description: Advertiser that owns this offer.
                  network_offer_group_id:
                    type: integer
                    description: Offer group ID.
                  name:
                    type: string
                    description: Offer name.
                  offer_status:
                    type: string
                    enum:
                      - active
                      - paused
                      - pending
                      - deleted
                  thumbnail_url:
                    type: string
                  visibility:
                    type: string
                    enum:
                      - public
                      - require_approval
                      - private
                  currency_id:
                    type: string
                  destination_url:
                    type: string
                    description: Destination URL for the offer.
                  server_side_url:
                    type: string
                    description: Server-side postback URL.
                  preview_url:
                    type: string
                  html_description:
                    type: string
                    description: HTML description of the offer.
                  internal_notes:
                    type: string
                    description: Internal notes (not visible to affiliates).
                  network_category_id:
                    type: integer
                  project_id:
                    type: string
                  date_live_until:
                    type: string
                    description: Offer expiration date (YYYY-MM-DD).
                  conversion_method:
                    type: string
                    enum:
                      - server_postback
                      - http_image_pixel
                      - https_image_pixel
                      - http_iframe_pixel
                      - https_iframe_pixel
                      - javascript
                      - cookie_based
                      - html_pixel_cookie_based
                  redirect_mode:
                    type: string
                    enum:
                      - standard
                      - single_meta_refresh
                      - double_meta_refresh
                      - seo_friendly
                  session_definition:
                    type: string
                    enum:
                      - cookie
                      - ip
                      - ip_user_agent
                      - google_ad_id
                      - idfa
                  session_duration:
                    type: integer
                    description: Session duration in hours.
                  attribution_method:
                    type: string
                    enum:
                      - first_touch
                      - last_touch
                  is_caps_enabled:
                    type: boolean
                  daily_conversion_cap:
                    type: integer
                  weekly_conversion_cap:
                    type: integer
                  monthly_conversion_cap:
                    type: integer
                  global_conversion_cap:
                    type: integer
                  daily_payout_cap:
                    type: integer
                  weekly_payout_cap:
                    type: integer
                  monthly_payout_cap:
                    type: integer
                  global_payout_cap:
                    type: integer
                  daily_revenue_cap:
                    type: integer
                  weekly_revenue_cap:
                    type: integer
                  monthly_revenue_cap:
                    type: integer
                  global_revenue_cap:
                    type: integer
                  daily_click_cap:
                    type: integer
                  weekly_click_cap:
                    type: integer
                  monthly_click_cap:
                    type: integer
                  global_click_cap:
                    type: integer
                  is_use_scrub_rate:
                    type: boolean
                  scrub_rate_percentage:
                    type: integer
                  is_duplicate_filter_enabled:
                    type: boolean
                  is_block_already_converted:
                    type: boolean
                  is_use_secure_link:
                    type: boolean
                  is_allow_deep_link:
                    type: boolean
                  is_session_tracking_enabled:
                    type: boolean
                  session_tracking_lifespan_hour:
                    type: integer
                  session_tracking_minimum_lifespan_second:
                    type: integer
                  session_tracking_start_on:
                    type: string
                    enum:
                      - null_value
                      - first_click
                      - every_click
                  is_whitelist_check_enabled:
                    type: boolean
                  is_using_suppression_list:
                    type: boolean
                  suppression_list_id:
                    type: integer
                  network_tracking_domain_id:
                    type: integer
                  caps_timezone_id:
                    type: integer
                  app_identifier:
                    type: string
                  is_description_plain_text:
                    type: boolean
                  terms_and_conditions:
                    type: string
                  is_force_terms_and_conditions:
                    type: boolean
                  is_using_explicit_terms_and_conditions:
                    type: boolean
                  redirect_routing_method:
                    type: string
                    enum:
                      - unknown
                      - internal
                      - null_value
                  redirect_internal_routing_type:
                    type: string
                    enum:
                      - unknown
                      - priority
                      - weight
                      - null_value
                      - priority_global
                      - weight_global
                  scrub_rate_status:
                    type: string
                    enum:
                      - rejected
                      - pending
                  duplicate_filter_targeting_action:
                    type: string
                    enum:
                      - unknown
                      - block
                      - fail_traffic
                  already_converted_action:
                    type: string
                    enum:
                      - unknown
                      - block
                      - fail_traffic
                  is_must_approve_conversion:
                    type: boolean
                  is_allow_duplicate_conversion:
                    type: boolean
                  is_use_direct_linking:
                    type: boolean
                  is_seo_friendly:
                    type: boolean
                  is_fail_traffic_enabled:
                    type: boolean
                  is_view_through_enabled:
                    type: boolean
                  is_view_through_session_tracking_enabled:
                    type: boolean
                  view_through_destination_url:
                    type: string
                  view_through_session_tracking_lifespan_minute:
                    type: integer
                  view_through_session_tracking_minimal_lifespan_second:
                    type: integer
                  is_email_attribution_enabled:
                    type: boolean
                  is_email_attribution_window_enabled:
                    type: boolean
                  email_attribution_method:
                    type: string
                    enum:
                      - first_affiliate_attribution
                      - last_affiliate_attribution
                  email_attribution_window_minute:
                    type: integer
                  email_attribution_window_type:
                    type: string
                    enum:
                      - static
                      - dynamic
                  is_soft_cap:
                    type: boolean
                  time_created:
                    type: integer
                    example: 1734455015
                  time_saved:
                    type: integer
                    example: 1734455015
                  relationship:
                    type: object
                    description: Related data returned with the copied offer.
                    properties:
                      advertiser:
                        type: object
                        description: Advertiser that owns this offer.
                        properties:
                          network_advertiser_id:
                            type: integer
                          network_id:
                            type: integer
                          name:
                            type: string
                          account_status:
                            type: string
                          network_employee_id:
                            type: integer
                          internal_notes:
                            type: string
                          sales_manager_id:
                            type: integer
                          default_currency_id:
                            type: string
                          platform_name:
                            type: string
                          platform_url:
                            type: string
                          reporting_timezone_id:
                            type: integer
                          time_created:
                            type: integer
                            example: 1734455015
                          time_saved:
                            type: integer
                            example: 1734455015
                      category:
                        type: object
                        description: Offer category.
                        properties:
                          network_category_id:
                            type: integer
                          network_id:
                            type: integer
                          name:
                            type: string
                          status:
                            type: string
                          time_created:
                            type: integer
                            example: 1734455015
                          time_saved:
                            type: integer
                            example: 1734455015
                      creatives:
                        type: object
                        description: Creatives associated with this offer.
                        properties:
                          total:
                            type: integer
                          entries:
                            type: array
                            items:
                              type: object
                      traffic_filters:
                        type: object
                        description: Traffic filters configured for this offer.
                        properties:
                          total:
                            type: integer
                          entries:
                            type: array
                            items:
                              type: object
                      labels:
                        type: object
                        description: Labels applied to this offer.
                        properties:
                          total:
                            type: integer
                          entries:
                            type: array
                            items:
                              type: object
                      payout_revenue:
                        type: object
                        description: Payout and revenue configurations.
                        properties:
                          total:
                            type: integer
                          entries:
                            type: array
                            items:
                              type: object
                              properties:
                                network_offer_payout_revenue_id:
                                  type: integer
                                network_id:
                                  type: integer
                                network_offer_id:
                                  type: integer
                                entry_name:
                                  type: string
                                payout_type:
                                  type: string
                                payout_amount:
                                  type: number
                                payout_percentage:
                                  type: number
                                revenue_type:
                                  type: string
                                revenue_amount:
                                  type: number
                                revenue_percentage:
                                  type: number
                                is_default:
                                  type: boolean
                                is_private:
                                  type: boolean
                                is_postback_disabled:
                                  type: boolean
                                is_enforce_caps:
                                  type: boolean
                                time_created:
                                  type: integer
                                  example: 1734455015
                                global_advertiser_event_id:
                                  type: integer
                                is_must_approve_conversion:
                                  type: boolean
                                is_allow_duplicate_conversion:
                                  type: boolean
                                is_email_attribution_default_event:
                                  type: boolean
                      custom_cap_settings:
                        type: object
                        description: Custom cap settings per affiliate.
                        properties:
                          total:
                            type: integer
                          entries:
                            type: array
                            items:
                              type: object
                      custom_scrub_rate_settings:
                        type: object
                        description: Custom scrub rate settings per affiliate.
                        properties:
                          total:
                            type: integer
                          entries:
                            type: array
                            items:
                              type: object
                      custom_payout_revenue_settings:
                        type: object
                        description: Custom payout/revenue settings per affiliate.
                        properties:
                          total:
                            type: integer
                          entries:
                            type: array
                            items:
                              type: object
                      reporting:
                        type: object
                        description: Aggregated reporting metrics for this offer.
                        properties:
                          imp:
                            type: integer
                          total_click:
                            type: integer
                          unique_click:
                            type: integer
                          invalid_click:
                            type: integer
                          duplicate_click:
                            type: integer
                          gross_click:
                            type: integer
                          ctr:
                            type: number
                          cv:
                            type: integer
                          invalid_cv_scrub:
                            type: integer
                          view_through_cv:
                            type: integer
                          total_cv:
                            type: integer
                          event:
                            type: integer
                          cvr:
                            type: number
                          evr:
                            type: number
                          cpc:
                            type: number
                          cpm:
                            type: number
                          cpa:
                            type: number
                          epc:
                            type: number
                          rpc:
                            type: number
                          rpa:
                            type: number
                          rpm:
                            type: number
                          payout:
                            type: number
                          revenue:
                            type: number
                          event_revenue:
                            type: number
                          gross_sales:
                            type: number
                          profit:
                            type: number
                          margin:
                            type: number
                          roas:
                            type: number
                          avg_sale_value:
                            type: number
                          media_buying_cost:
                            type: number
                          on_hold_potential_revenue:
                            type: number
                          on_hold_potential_payout:
                            type: number
                          on_hold_conversion_count:
                            type: integer
                          public_events:
                            type: integer
                      audits:
                        type: object
                        description: Audit log entries for this offer.
                        properties:
                          total:
                            type: integer
                          entries:
                            type: array
                            items:
                              type: object
                      visibility:
                        type: object
                        description: >-
                          Visibility settings controlling which affiliates can
                          see or are blocked from the offer.
                        properties:
                          network_id:
                            type: integer
                          network_offer_id:
                            type: integer
                          network_affiliate_visible_ids:
                            type: array
                            items:
                              type: integer
                          network_affiliate_rejected_ids:
                            type: array
                            items:
                              type: integer
                          network_affiliate_hidden_ids:
                            type: array
                            items:
                              type: integer
                      integrations:
                        type: object
                        description: Third-party integration settings.
                        properties:
                          optizmo:
                            type: object
                            nullable: true
                          twentyfour_metrics:
                            type: object
                            nullable: true
                          offer_demand_partner:
                            type: object
                            nullable: true
                          forensiq:
                            type: object
                            nullable: true
                          ezepo:
                            type: object
                            nullable: true
                          anura:
                            type: object
                            nullable: true
                          invoca:
                            type: object
                            nullable: true
                          ip_quality_score:
                            type: object
                            nullable: true
                          unsubcentral:
                            type: object
                            nullable: true
                          ringba:
                            type: object
                            nullable: true
                          retreaver:
                            type: object
                            nullable: true
                      ruleset:
                        type: object
                        description: Targeting ruleset for this offer.
                        properties:
                          network_id:
                            type: integer
                          network_ruleset_id:
                            type: integer
                          time_created:
                            type: integer
                            example: 1734455015
                          time_saved:
                            type: integer
                            example: 1734455015
                          platforms:
                            type: array
                            items:
                              type: object
                          device_types:
                            type: array
                            items:
                              type: object
                          os_versions:
                            type: array
                            items:
                              type: object
                          browsers:
                            type: array
                            items:
                              type: object
                          languages:
                            type: array
                            items:
                              type: object
                          countries:
                            type: array
                            items:
                              type: object
                          regions:
                            type: array
                            items:
                              type: object
                          cities:
                            type: array
                            items:
                              type: object
                          dmas:
                            type: array
                            items:
                              type: object
                          mobile_carriers:
                            type: array
                            items:
                              type: object
                          connection_types:
                            type: array
                            items:
                              type: object
                          ips:
                            type: array
                            items:
                              type: object
                          is_block_proxy:
                            type: boolean
                          is_use_day_parting:
                            type: boolean
                          day_parting_apply_to:
                            type: string
                          day_parting_timezone_id:
                            type: integer
                          days_parting:
                            type: array
                            items:
                              type: object
                          isps:
                            type: array
                            items:
                              type: object
                          brands:
                            type: array
                            items:
                              type: object
                          postal_codes:
                            type: array
                            items:
                              type: object
                      urls:
                        type: object
                        description: Additional offer URLs.
                        properties:
                          total:
                            type: integer
                          entries:
                            type: array
                            items:
                              type: object
                      encoded_value:
                        type: string
                        description: Encoded offer ID for use in tracking links.
                      remaining_caps:
                        type: object
                        description: Remaining cap values for the offer.
                        properties:
                          remaining_daily_payout_cap:
                            type: number
                          remaining_daily_revenue_cap:
                            type: number
                          remaining_daily_conversion_cap:
                            type: number
                          remaining_daily_click_cap:
                            type: number
                          remaining_weekly_payout_cap:
                            type: number
                          remaining_weekly_revenue_cap:
                            type: number
                          remaining_weekly_conversion_cap:
                            type: number
                          remaining_weekly_click_cap:
                            type: number
                          remaining_monthly_payout_cap:
                            type: number
                          remaining_monthly_revenue_cap:
                            type: number
                          remaining_monthly_conversion_cap:
                            type: number
                          remaining_monthly_click_cap:
                            type: number
                          remaining_global_payout_cap:
                            type: number
                          remaining_global_revenue_cap:
                            type: number
                          remaining_global_conversion_cap:
                            type: number
                          remaining_global_click_cap:
                            type: number
                      is_locked_currency:
                        type: boolean
                        description: Whether the currency is locked for this offer.
                      is_locked_caps_timezone:
                        type: boolean
                        description: Whether the caps timezone is locked for this offer.
                      is_dmo:
                        type: boolean
                        description: >-
                          Whether this offer is a DMO (Demand Marketplace
                          Offer).
                      custom_creative_settings:
                        type: object
                        description: Custom creative settings per affiliate.
                        properties:
                          total:
                            type: integer
                          entries:
                            type: array
                            items:
                              type: object
                      channels:
                        type: object
                        description: Channels this offer belongs to.
                        properties:
                          total:
                            type: integer
                          entries:
                            type: array
                            items:
                              type: object
                      advertiser_global_events:
                        type: array
                        description: Global events defined by the advertiser.
                        items:
                          type: object
                      email:
                        type: object
                        description: Email settings for this offer.
                      email_optout:
                        type: object
                        description: Email optout settings for this offer.
                      meta:
                        type: object
                        description: App metadata for this offer.
                        properties:
                          network_offer_id:
                            type: integer
                          network_id:
                            type: integer
                          app_id:
                            type: string
                          meta_platform:
                            type: string
                          advertiser_campaign_name:
                            type: string
                          bundle_id:
                            type: string
                          category:
                            type: string
                          store_url:
                            type: string
                          score_rating:
                            type: number
                          total_rating:
                            type: number
                          size:
                            type: number
                          developer:
                            type: string
                          version:
                            type: string
                          is_app_unavailable:
                            type: boolean
                          time_created:
                            type: integer
                            example: 1734455015
                          time_app_data_saved:
                            type: integer
                            example: 1734455015
                          time_saved:
                            type: integer
                            example: 1734455015
                      requirement_kpis:
                        type: object
                        description: KPI requirements for this offer.
                        properties:
                          total:
                            type: integer
                          entries:
                            type: array
                            items:
                              type: object
                      requirement_tracking_parameters:
                        type: object
                        description: Required tracking parameters for this offer.
                        properties:
                          total:
                            type: integer
                          entries:
                            type: array
                            items:
                              type: object
      security:
        - API Key: []
components:
  securitySchemes:
    API Key:
      description: The Everflow API key generated from the Control Center > Security.
      in: header
      name: X-Eflow-Api-Key
      type: apiKey

````