---
title: "All Board Ads"
method: POST
path: "/api/v1/research-board/all-ads"
tags: ["research-board"]
---

# All Board Ads

`POST /api/v1/research-board/all-ads`

## Query parameters

- `page` integer
- `page_size` integer

## Request body

- ResearchBoardAdsFilterRequestDTO
  - `countries` string[], nullable
  - `ad_platforms` string[], nullable
  - `ad_display_format` string[], nullable
  - `category` string[], nullable
  - `impression` string[], nullable
  - `ad_status` string[], nullable
  - `focus_area` string[], nullable
  - `campaign_objective` string[], nullable
  - `sub_industries` string[], nullable
  - `sort_type` string, nullable
  - `sort_direction` string, nullable
  - `page` integer
  - `page_size` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/624917d53409/schema)
