get_event_description
Fetch an Eventbrite event's full HTML description by event ID to display complete event details for New and Classic Create events.
Instructions
Retrieve full HTML description for an Event.
ENDPOINT: GET /events/{event_id}/description/
Returns fully rendered description as HTML string. Works with events created using New or Classic Create.
PERMISSIONS: event.details:read
ERRORS (400):
NOT_AUTHORIZED: No permission to view details
ARGUMENTS_ERROR: Invalid event ID
AUTHENTICATION: Requires: Authorization: Bearer PERSONAL_OAUTH_TOKEN
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Event ID (required) |