Event Management
Get an event using event id
Fetch details of a particular event using the event ID.
GET
/
events
/
{event_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
event_id
string
requiredMaximum length:
50
Response
200 - application/json
Get single event response
events
object[]
required