Skip to main content
GET
/
v1
/
boards
/
{board_id}
/
creatives
Get board creatives
curl --request GET \
  --url https://api.adspo.co/v1/boards/{board_id}/creatives \
  --header 'x-api-key: <api-key>'
{
  "board_id": "00116792-d6d1-444f-a841-80dd3c105ae7",
  "next_cursor": null,
  "count": 1,
  "creatives": [
    {
      "creative_id": "f930d886d0fb9e86b9dd6c1200dab7ef",
      "brand_id": "857986847394146",
      "format": "IMAGE",
      "hd_url": "https://r2.adspo.co/creatives/images/original/f930d886d0fb9e86b9dd6c1200dab7ef.jpg",
      "sd_url": "https://r2.adspo.co/creatives/images/resized/f930d886d0fb9e86b9dd6c1200dab7ef.jpg",
      "is_active": false,
      "start_date": "2026-03-16T07:00:00Z",
      "end_date": "2026-04-24T07:00:00Z",
      "runtime_days": 39,
      "ad_count": 10,
      "landing_pages": [
        "https://www.example.com"
      ],
      "countries": [
        "AU",
        "GB",
        "NZ",
        "US"
      ],
      "languages": [
        "en"
      ],
      "impression_order": 11,
      "variants": [],
      "saved_at": "2026-04-01T12:00:00Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.adspo.co/llms.txt

Use this file to discover all available pages before exploring further.

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.

include_ads
boolean
default:false

When true, each creative includes an ads array.

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[]