<< Click to Display Table of Contents >> Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List > Vonage Contact Centers > Connector Parameter Authentication |
This parameter represents the URL to the endpoint of the server.
Technical Name |
server_url |
Category |
Authentication |
Type |
String |
Default Value |
https://emea.newvoicemedia.com |
Example Values |
https://emea.newvoicemedia.com, https://nam.newvoicemedia.com, https://apac.newvoicemedia.com |
This parameter contains the Client ID of the OAuth2 credentials. It is used during the authentication with the API.
Technical Name |
client_id |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
{empty} |
The Vonage REST API uses the Client Credentials grant type from OAuth2. The credentials Client ID and Client Secret can be created as described in the official documentation. The scope required is users:read.
This parameter contains the Client Secret of the OAuth2 credentials. It is used during the authentication with the API.
Technical Name |
client_secret |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
{empty} |
The Vonage REST API uses the Client Credentials grant type from OAuth2. The credentials Client ID and Client Secret can be created as described in the official documentation. The scope required is users:read.