Documentation

Support

Vivox Unreal SDK

Vivox Unreal SDK

Common Parameters

Reference common parameters used in server-to-server API requests.
Read time 1 minuteLast updated 2 days ago

The following table details the parameters that are common to a majority of the Vivox Server to Server Web APIs.
ParameterDescriptionNotes
useridThe Vivox username of the requester of the Vivox operation.Found in the VIVOX API INFO section on the Developer Portal.
pwdThe password of the user identified by the userid parameter.Found in the VIVOX API INFO section on the Developer Portal.
auth_tokenAn explicit authorization token (cookie).Found in the response from a successful viv_signin.php call. Note: The Control active channels API and the Kick API can each use the auth_token parameter in place of the userid and pwd parameters. For more information, see Login API.
access_tokenThe access token with proper claims for this action.
user_uriThe SIP URI of the user that is the target of the operation.This value must be URL-encoded when calling the API.
chan_uriThe SIP URI of the channel that is the target of the operation.This value must be URL-encoded when calling the API.