Wavix Embeddable
List widget tokens
Returns a paginated list of active Wavix Embeddable widget tokens for the authenticated account.
get/v2/webrtc/tokens
Response
Returns a paginated list of active widget tokens.
Example response
{
"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
}
}