cURL
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 } }
Use this method to list all active Wavix Embeddable widget tokens on your account. By default, results are paginated with 25 items per page.
An API key to authorize your request
A list of active widget tokens
Show child attributes
Was this page helpful?