provider Events GET /events/{event_id}
@utdk/front /events/{event_id}
Get event
Fetch an event. Refer to the [Events](https://dev.frontapp.com/reference/events) topic for more information, including sorting and filtering. Required scope: `events:*:read`
event_id path required
The event ID
string

Try it

Authentication
Configure credentials for Core API
getEvent
GET/events/{event_id}
Fetch an event. Refer to the [Events](https://dev.frontapp.com/reference/events) topic for more information, including sorting and filtering. Required scope: `events:*:read`

Parameters

required

The event ID

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import front from '@utdk/front';

await front.getEvent({
  "event_id": "evt_55c8c149"
})