<< Click to Display Table of Contents >> Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List > Workday > Connector Parameters Authentication |
This parameter contains the URL to the endpoint of the server.
Technical Name |
api_key |
Category |
Authentication |
Type |
String |
Default Value |
{empty} |
Example Values |
sharedgmspreview.workdaysuv.com |
This parameter contains the Client ID (Application ID) needed as part of the authentication.
Technical Name |
client_id |
Category |
Authentication |
Type |
String |
Default Value |
{empty} |
Example Values |
|
The Client ID is generated during the registration of the API for integrations. It is also needed for the generation of the Refresh Token.
This parameter contains the secret refresh token that is needed as part of the authentication.
Technical Name |
refresh_token |
Category |
Authentication |
Type |
String |
Default Value |
{empty} |
Example Values |
|
The connector will generate short-lived access tokens for the requests based on a long lived refresh token. The refresh token must be generated interactively with the Client Secret and the Client ID as described in the official documentation.
This parameter contains the client secret that is needed as part of the authentication.
Technical Name |
client_secret |
Category |
Authentication |
Type |
String |
Default Value |
{empty} |
Example Values |
|
The Client Secret is generated during the registration of the API for integrations. It is also needed for the generation of the Refresh Token.