Secure Connection to Live Platform Rest Server

Connection to the Live Platform server from a REST API client interface requires an authentication token. The token is generated based on the provided credentials. These credentials are derived from the 'LiveCloud-APIToken' registration that must be created on the Service Provider tenant, together with the inherited scope (client id) from the AudioCodes SysAdmin tenant registration:

grant_type: client_credentials
client_id: 'LiveCloud-APIToken' Service Provider Application (client) ID
client_secret: 'LiveCloud-APIToken' Service Provider Application client secret
scope: AudioCodes Application Registration 'LiveCloud-APIToken'

The Service Provider 'LiveCloud-APIToken' can be generated manually or automatically using an AudioCodesprovided script:

Manually Deploying REST API Application
Automatically Deploying REST API Application with PowerShell Script

Once you have created the above registrations, you can configure the newly created token on your Rest client:

Establish Token Connection to Rest Server