cURL
curl --request GET \ --url https://api.wavix.com/v2/webrtc/tokens/{uuid}
{ "uuid": "550e8400-e29b-41d4-a716-446655440000", "sip_trunk": "my-sip-trunk", "payload": {}, "ttl": 3600 }
Use this method to get detailed information about a specific Wavix Embeddable Widget token.
An API key to authorize your request
Token ID.
The widget token
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
Was this page helpful?