Let your users generate guest URLs for recording video tickets.
URL
GET https://www.hippovideo.io/api/v1/me/video/guest_url/
Params
email - email of the user
authentication_token - auth token of the user (Get your auth token here)
Response
{
success: true,
url: https://www.hippovideo.io/video/ticket/record/-t8-eA0EFN2m2M-iKMfDaJxCK3qNIszf6o0yvAcNyNE
}
The above responses are success cases. In case, any errors occur you’ll see an error response.
To check out other articles related to this topic.