Skip to main content
GET
/
networks
/
custom
/
creative
List Custom Creative Settings
curl --request GET \
  --url https://api.eflow.team/v1/networks/custom/creative \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "custom_creative_settings": [
    {
      "network_custom_creative_setting_id": 123,
      "network_id": 123,
      "network_offer_creative_ids": [
        123
      ],
      "network_affiliate_ids": [
        123
      ],
      "name": "<string>",
      "custom_setting_status": "active",
      "time_created": 1734455015,
      "time_saved": 1734455015,
      "relationship": {
        "affiliates": [
          {}
        ],
        "creative": {}
      }
    }
  ]
}
Retrieve all custom creative settings for the network. Returns a paginated list of custom creative configurations that assign specific creatives to affiliates. Filterable by custom_setting_status, time_created, and time_saved.

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Response

200 - application/json
custom_creative_settings
object[]