Ticket session events API
This documentation describes how to interact with the Apizee API to retrieve events that occur during video sessions ("video-assistance").
Introduction
Authentication and Permissions
Event Model
Event-specific payload attributes
Event type
Props value example
HTTP REST API to access to ticket's events
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
ticketIdintegerRequired
ID of the wanted ticket
Responses
200
Good case
application/json
Responseany
403
Forbidden
application/json
404
Not found case
application/json
get
/api/v3/tickets/{ticketId}/eventsListen to webhook calls
How It Works
Example Payload
Payload Fields
Last updated