Documentation

​
​

Development

User Acquisition

Monetization

Industry

Vivox Unreal SDK

Vivox Unreal SDK

Vivox
​
​
Vivox Unreal SDK
  • Overview
  • Get started
  • Release notes
  • Developer guide
  • Tutorials
  • Reference
    • Vivox Core Unreal class model overview
    • Vivox Unreal conventions
    • Unreal API Reference Manual
    • Access Token Developer Guide
    • Server to Server Web API Reference Guide
      • Prerequisites
      • Authentication
      • Access tokens
      • Channel and user identification
      • Parameters
      • Login API
      • Control active channels API
      • Kick API
      • Error handling
    • Third-party license information
  1. Vivox Unreal SDK documentation

Authentication

Reference authentication required for the Server-to-Server Web API.
Read time 1 minute
Last updated 8 months ago

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.

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.


    Report a problem with this page