---
title: "Get Creative by ID"
method: GET
path: "/networks/creatives/{creativeId}"
tags: ["Creatives"]
---

# Get Creative by ID

`GET /networks/creatives/{creativeId}`

## Path parameters

- `creativeId` integer, required

## Response `200`

- Creative
  - `network_offer_creative_id` integer — Unique creative ID.
  - `network_id` integer — Network ID.
  - `network_offer_id` integer — Associated offer ID.
  - `name` string — Name of the creative.
  - `creative_type` 'image' | 'html' | 'thumbnail' | 'email' | 'archive' | 'video' | 'text' | 'link' — Type of the creative. Can be one of: image, html, thumbnail, email, archive, video, text, or link.
  - `is_private` boolean — Whether the creative is accessible by all affiliates.
  - `creative_status` 'active' | 'paused' | 'deleted' — Status of the creative. Can be active, paused, or deleted.
  - `resource_url` string — URL to the creative resource file.
  - `html_code` string — HTML content of the creative. Present when creative_type is `html`, `email`, or `link`.
  - `width` integer — Width of the creative in pixels.
  - `height` integer — Height of the creative in pixels.
  - `email_from` string — Content of the From field of the email.
  - `email_subject` string — Content of the Subject field of the email.
  - `time_created` integer — Unix timestamp of creation.
  - `time_saved` integer — Unix timestamp of last update.
  - `additional_offer_ids` integer[], nullable — IDs of all additional offers linked to this creative.
  - `is_apply_specific_affiliates` boolean — Whether the creative is restricted to specific affiliates.
  - `email_subject_lines` string — Additional email subject lines for the creative.
  - `email_from_lines` string — Additional email from lines for the creative.
  - `relationship` object
    - `offer` object
      - `network_offer_id` integer
      - `network_id` integer
      - `network_advertiser_id` integer
      - `network_offer_group_id` integer
      - `name` string
      - `offer_status` string
      - `network_tracking_domain_id` integer
      - `visibility` string
      - `currency_id` string
    - `resource_asset` object
      - `network_asset_id` integer
      - `content_type` string
      - `filename` string
      - `url` string
      - `file_size` integer
      - `image_width` integer
      - `image_height` integer

---

[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)
