Webview link
Get webview link
GET
https://biometrid.com/api/videoconference/:id/webview
This endpoint allows you to get the webview link for a process.
Path Parameters
Name
Type
Description
id
string
ID of the process to get
Headers
Name
Type
Description
Accept-language
string
en (default), pt
Authentication
string
Authentication account token
{
"data": {
"link": "string"
},
"meta": {
"message": "Success."
},
"status": true
}
Last updated
Was this helpful?