Skip to main content
GET
List Own Ad Library

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

brand_id
string<uuid>
required

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: 0 <= x <= 10000
cursor
string | null
Maximum string length: 2048
ad_id
string<uuid> | null

Response

Successful Response

total
integer
required

Page-relative lower bound, not a full library count.

limit
integer
required
offset
integer
required
has_more
boolean
required
items
OwnAdLibraryItemResponse · object[]
next_cursor
string | null