ドキュメント

Vivox Core SDK

Vivox Core SDK

Common parameters

Reference common parameters used in server-to-server API requests.
読み終わるまでの所要時間 2 分最終更新 8ヶ月前

The following table details the parameters that are common to a majority of the Vivox Server to Server Web APIs.
ParameterDescriptionNotes
userid
The Vivox username of the requester of the Vivox operation.
Found in the VIVOX API INFO section on the Developer Portal.
pwd
The password of the user identified by the userid parameter.
Found in the VIVOX API INFO section on the Developer Portal.
auth_token
An 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_token
The access token with proper claims for this action.
user_uri
The SIP URI of the user that is the target of the operation.
This value must be URL-encoded when calling the API.
chan_uri
The SIP URI of the channel that is the target of the operation.
This value must be URL-encoded when calling the API.
Ensure that the
user_uri
and
chan_uri
parameters are fully qualified identifiers.