GET https://cds.thepublive.com/publisher/{publisher_id}/active-slots/
Returns the configured advertisement slots for your publication, including slot dimensions, content, and type.
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| username | string | Yes | API Key |
| password | string | Yes | API Secret |
Response Fields
Each slot contains:| Field | Type | Description |
|---|---|---|
id | integer | Unique slot identifier |
name | string | Slot name |
data | object | Slot configuration (size, HTML content, contains_ads flag) |
registered_slot | object | Registered slot metadata |
formatted_update_on | string | Last updated timestamp |
type | string | Slot type: Image, CodeEditor, or Editor |
- 200: OK