메인 콘텐츠로 건너뛰기
GET
/
creatives
Get multiple creatives
curl --request GET \
  --url https://your_a2_service/creatives \
  --header 'Authorization: Bearer <token>'
[
  {
    "banner": {
      "ext": {},
      "img": "",
      "link": {
        "ext": {},
        "url": ""
      }
    },
    "cid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "created_at": "2023-11-07T05:31:56Z",
    "description": "<string>",
    "height": 123,
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "native": {
      "ext": {},
      "link": {
        "ext": {},
        "url": ""
      }
    },
    "no": 123,
    "owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "status": "inactive",
    "type": "banner",
    "updated_at": "2023-11-07T05:31:56Z",
    "video": {
      "adm": "",
      "ctype": 2,
      "dur": 0,
      "ext": {
        "cdn": "",
        "linear": 1,
        "link": {
          "ext": {},
          "url": ""
        },
        "url": ""
      },
      "mime": ""
    },
    "width": 123
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

owner_id
string<uuid> | null

소재 소유자

cid
string<uuid> | null

캠페인 ID

Response

Successful Response

id
string<uuid>
required

소재 id

name
string
required

소재 이름

no
integer
required

소재 번호

owner_id
string<uuid>
required

소재의 소유자 id

type
enum<string>
required

소재 유형

사용 가능한 옵션:
banner,
video,
native
banner
object

배너 이미지 및 추가 옵션

cid
string<uuid> | null

소재가 사용될 캠페인의 id

created_at
string<date-time>

소재의 생성시간

description
string | null

The creative's description

height
integer | null
default:0

소재의 높이

native
object

네이티브 소재 및 추가 옵션

status
enum<string>
default:inactive

소재의 상태

사용 가능한 옵션:
active,
inactive
updated_at
string<date-time>

소재의 수정시간

video
object

비디어 소재 정보 및 추가 옵션

width
integer | null
default:0

소재의 너비