Skip to main content
GET
차단 소재 목록 조회

인증

Authorization
string
header
필수

Bearer 인증. 액세스 토큰을 Authorization: Bearer <token> 헤더로 전달합니다.

쿼리 매개변수

page
integer
기본값:1

페이지 번호 (1부터 시작).

필수 범위: x >= 1
page_size
integer
기본값:100

페이지당 항목 수.

필수 범위: 1 <= x <= 100
sort_by
string
기본값:created_at

정렬 기준 필드명.

sort_order
enum<string>
기본값:desc

정렬 방향.

사용 가능한 옵션:
asc,
desc
creative_id
string | null
campaign_id
string | null
ad_source
string | null
blocked_before
string<date-time> | null
blocked_after
string<date-time> | null

응답

성공 응답

items
BlockedCreativeResponse · object[]
필수
pagination
PageInfo · object
필수