Skip to main content
GET
Get board creatives

Authorizations

x-api-key
string
header
required

Your Adspo API key.

Path Parameters

board_id
string<uuid>
required

The board UUID.

Query Parameters

cursor
string

Pagination cursor from a previous response.

is_active
boolean

Filter to active (true) or inactive (false) creatives.

format
enum<string>

Filter by media type.

Available options:
IMAGE,
VIDEO
include_ads
boolean
default:false

Returns an ads array containing all Meta ads running the creative, including details such as title, body_text, link_text, etc.

Response

Board creatives.

board_id
string<uuid>
next_cursor
string | null

Pass this value as cursor to retrieve the next page. null when there are no more results.

count
integer
creatives
object[]