Skip to main content
GET
/
affiliates
/
creatives
/
archive
List Archived Creatives
curl --request GET \
  --url https://api.eflow.team/v1/affiliates/creatives/archive \
  --header 'X-Eflow-Api-Key: <api-key>'
[
  {
    "network_offer_creative_id": 123,
    "name": "<string>",
    "creative_type": "<string>",
    "status": "<string>",
    "relationship": {
      "offer": {
        "network_offer_id": 123,
        "name": "<string>"
      }
    }
  }
]

Authorizations

X-Eflow-Api-Key
string
header
required

The affiliate's API key generated from the Affiliate Portal. Uses the X-Eflow-Api-Key header.

Response

200 - application/json

OK

network_offer_creative_id
integer

Unique identifier for the creative.

name
string

Name of the creative.

creative_type
string

Type of the creative (e.g. banner, text, email).

status
string

Status of the creative.

relationship
object

Related entity data.