Authentication

To access the Vivox Server to Server Web API, you must:

  • Use the HTTP/S protocol
  • Be an authenticated user

A request is considered to be made by an authenticated user when using either of the following methods:

  • The request has a valid Vivox account (userid) and password (pwd) pair as parameters with the URL.

  • The request has a valid session authentication token passed as the auth_token parameter to the request.

    Note: The auth_token value is returned in the response from a successful viv_signin.php call. See Login API.