Skip to content

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

EndpointMethod
/api/admin/marketing/events/{id}GET

Details

  • Requires an admin Bearer token in the Authorization header.
  • An unknown id returns a 404.

Response fields

FieldTypeNotes
idintNumeric id
namestringEvent name
descriptionstringFree-text description
datestringEvent date (YYYY-MM-DD)
createdAtstringCreation timestamp
updatedAtstringLast-update timestamp

Released under the MIT License.