Wavix Embeddable
Update a widget token
Updates the payload carried by the Wavix Embeddable widget token identified by id.
put/v2/webrtc/tokens/{id}
Path parameters
idstring uuid required
The UUID of the widget token to update.
Request body
Example request
{
"payload": {}
}Response
Returns the updated widget token.
Example response
{
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"sip_trunk": "my-sip-trunk",
"payload": {},
"ttl": 3600
}