get
https://{yourinstance}.makaira.io/banner
Returns a list of all advertising banners for the current instance.
Requires authentication.
Request
GET /banner
Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Response
Returns a JSON array of banner objects.
Response Body
| Field | Type | Description |
|---|---|---|
id | integer | Unique banner ID. |
name | string | Banner name. |
active | boolean | Whether the banner is active. |
listType | string | The page type this banner appears on: search, category, or manufacturer. |
language | string | Language this banner applies to. |
title | string | Banner display title. |
link | string | Target URL for the banner link. |
position | string | Position of the banner on the page. |
200Successful response

