v50

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-06-16122182589.7 KB
Wavix Embeddable

Retrieve a widget token

Returns the Wavix Embeddable widget token identified by id.

get/v2/webrtc/tokens/{id}

Path parameters

idstring uuid required

The UUID of the widget token to retrieve.

Response

Returns the widget token.

uuidstring required

Unique identifier of the WebRTC token.

sip_trunkstring required

Name of the SIP trunk the token authenticates against.

payloadobject nullable

Arbitrary client-defined data associated with the token.

ttlinteger nullable

Time to live, in seconds. null means no expiration.

Example response

{
  "uuid": "550e8400-e29b-41d4-a716-446655440000",
  "sip_trunk": "my-sip-trunk",
  "payload": {},
  "ttl": 3600
}