getEventBySlug( )


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 events' URL is https://example.com/events/event/{my-event-slug}, the slug is my-event-slug.

Permissions
Manage Bookings Services and Settings
Manage Events - all permissions
Read Events - all read permissions
Read Events
Manage Guest List
Manage Portfolio
Manage Restaurants - all permissions
Manage Events
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
slugstringRequired

URL slug.


optionsGetEventBySlugOptions

Optional fields.

Returns
Return Type:Promise<GetEventBySlugResponse>
Did this help?