Event Detail
Returns a single marketing event with its full field set — the data behind the admin Marketing → Communications → Events view screen.
TIP
New here? Read the Events overview for what an event does and how its fields behave.
Endpoint
| Endpoint | Method |
|---|---|
/api/admin/marketing/events/{id} | GET |
Details
- Requires an admin Bearer token in the
Authorizationheader. - An unknown id returns a
404.
Response fields
| Field | Type | Notes |
|---|---|---|
id | int | Numeric id |
name | string | Event name |
description | string | Free-text description |
date | string | Event date (YYYY-MM-DD) |
createdAt | string | Creation timestamp |
updatedAt | string | Last-update timestamp |

