Event pages
Overview
Event pages control the public-facing content shown on an event’s landing page athttps://app.animo.co/{company-slug}/event/{event-slug} — tagline, description, header image, support email, and attendee visibility.
These endpoints apply to organizing events only, nested under /event/{organizingEvent}.
Subscription: All plans, including Free.
The page object is also embedded on organizing event show and update responses — see Events.
Endpoints
Show event page
- Method:
GET - Path:
/api/v1/{company}/event/{organizingEvent}/page - Scope:
events:read - Subscription: All plans, including Free
Path parameters
Response 200
Response fields
Errors
Update event page
- Method:
POST - Path:
/api/v1/{company}/event/{organizingEvent}/page - Scope:
events:update - Subscription: All plans, including Free
Content type
Usemultipart/form-data when uploading header_image. Use application/json for text-only updates.
Request body
See the request body table below for field requirements.
All fields are optional (partial update). Omit a field to leave it unchanged.
Example (multipart)
Response 200
Returns the updated EventPageResource.