RefreshOAuthAccessToken
Use this procedure to refresh the access token.
Input
Name | Type | Required | Description |
OAuthRefreshToken | String | True | Set this to the refresh token you got during the authentication flow. |
Result Set Columns
Name | Type | Description |
OAuthAccessToken | String | The authentication token returned from BullhornCRM. This can be used in subsequent calls to other operations for this particular service. |
OAuthRefreshToken | String | The OAuth refresh token. This is the same as the access token in the case of BullhornCRM. |
ExpiresIn | String | The remaining lifetime on the access token. |
RestUrl | String | The rest URL used to communicate with the REST API. You can specify this value in the connection string after retrieving it from this stored procedure. |