Skip to main content
GET
List product creatives

Authorizations

Authorization
string
header
required

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

Path Parameters

product_id
string<uuid>
required

Query Parameters

type
enum<string>
default:photoshoot

Creative workflow to return. Currently only photoshoot is supported.

Available options:
photoshoot
limit
integer
default:20
Required range: 1 <= x <= 100
cursor
string

Opaque cursor returned by the previous page.

Response

A page of completed product creatives.

data
object[]
required
next_cursor
string | null
required
Last modified on July 24, 2026