Chat URL

Get a user's chat URL

Info

Required scope: chat.read

Warning

This method requires authentication

Retrieve a user's chat URL.

curl -H "Authorization: Bearer [access token]" \
     https://api.restream.io/v2/user/webchat/url
Info

The URL returned has the default parameters set. You can modify these values as needed.

Response

Success
Error
{
  "webchatUrl": "https://chat.restream.io/embed?token=xxx"
}