cURL
curl --request GET \ --url 'https://api.wavix.com/v1/webrtc/tokens?appid='
{ "items": [ { "uuid": "550e8400-e29b-41d4-a716-446655440000", "sip_trunk": "my-sip-trunk", "payload": {}, "ttl": 3600 } ], "pagination": { "current_page": 2, "limit": 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
Token ID
"550e8400-e29b-41d4-a716-446655440000"
SIP trunk name
"my-sip-trunk"
Arbitrary data associated with the token
{}
Time to live, in seconds
3600
Current page number
2
Number of records per page
25
Total number of records
101
Total number of pages
5
Was this page helpful?