Skip to main content
GET
/
webrtc
/
tokens
Get active widget tokens
curl --request GET \
  --url https://api.wavix.com/v2/webrtc/tokens
{
  "items": [
    {
      "uuid": "550e8400-e29b-41d4-a716-446655440000",
      "sip_trunk": "my-sip-trunk",
      "payload": {},
      "ttl": 3600
    }
  ],
  "pagination": {
    "current_page": 2,
    "per_page": 25,
    "total": 101,
    "total_pages": 5
  }
}

Authorizations

appid
string
query
required

An API key to authorize your request

Response

A list of active widget tokens

items
WidgetTokenInfo · object[]
pagination
object
I