Can open

Can open webview

GET https://biometrid.com/api/videoconference/:id/canopen

This endpoint allows you to check if the webview can be openned.

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": {
    "success": true
  },
  "meta": {
    "message": "Process allowed with success."
  },
  "status": true
}

Last updated

Was this helpful?