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
Please fill in the field with the token obtained after authentication using the /token method
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 callbacks
How It Works
Example Payload
Payload Fields
Last updated