Documentation

Support

Vivox Unreal SDK

Vivox Unreal SDK

Key Update API

Follow this workflow to automate the process of adding or revoking an application API key.
Read time 1 minuteLast updated 2 days ago

Use the key update API to automate the process of adding or revoking an application API key. The key update API consists of the following REST endpoints:
  • developer-api.vivox.com/api/v1/applications/remote-api/key/add
  • developer-api.vivox.com/api/v1/applications/remote-api/key/revoke
To enable these endpoints, complete the following steps:
  1. In the Vivox Developer Portal, in the left navigation pane, select the arrow next to your organization's name and select Settings.
  2. On the Organization Settings page, in the Remote API section, enable the Enable Remote API checkbox. This generates a unique username and password that you use to call the two endpoints.
  3. Select Update Organization.
You can then call these endpoints by using a tool such as cURL, Advanced REST Client (ARC), or Postman.