cURL
curl --request GET \ --url https://api.wavix.com/v2/webrtc/tokens \ --header 'Authorization: Bearer <token>'
{ "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 } }
Returns a paginated list of active Wavix Embeddable widget tokens. Results are limited to 25 records per page by default. Use page and per_page to navigate results.
page
per_page
Bearer token using appid (Authorization: Bearer )
List of active widget tokens.
Show child attributes
Was this page helpful?
Contact support