Skip to main content
GET
List creatives associated with a line item.

Authorizations

Authorization
string
header
required

Bearer authentication. Pass the access token in the Authorization: Bearer <token> header.

Path Parameters

line_item_id
string<uuid>
required

Response

Successful Response

created_at
string<date-time>
required
crid
string<uuid>
required

Creative ID — references creatives.id (composite PK)

end_date
string<date-time>
required

End date of the association (UTC)

lid
string<uuid>
required

LineItem ID — references line_items.id (composite PK)

start_date
string<date-time>
required

Start date of the association (UTC)

updated_at
string<date-time>
required
id
string<uuid> | null
no
integer | null
status
enum<string>
default:inactive

Status of the association — independent of Creative.status.

Available options:
inactive,
active