GET

Get Event By Slug


Retrieves an event by the slug URL.

The slug is the end of an event URL that refers to a specific event. For example, if an event's URL is https://example.com/events/event/{my-event-slug}, the slug is my-event-slug.

Endpoint
GET
https://www.wixapis.com/events/v3/events/slug/{slug}

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?