RefreshToken
Use a previously obtained refresh token to extend expiration by 7 hours. Store the refresh token when initiating your OAuth integration.
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId |
Used to indicate Client Id designated to the App. |
string |
Required |
clientSecret |
Used to indicate Client Secret designated to the App. |
string |
Required |
refreshToken |
Used to indicate the refresh token designated to consume the current request. |
string |
Required |
Body Parameters
None.
Sample API Request
GET api/OAuth/RefreshToken?clientId={clientId}&clientSecret={clientSecret}&refreshToken={refreshToken}
Response
Resource Description
Returns the success/error status and message.
ResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Status |
The status of the request, namely Success or Error. |
MessageStatus |
None. |
Message |
The response message containing either message or requested data. |
string |
None. |
Sample API Response
GET api/OAuth/RefreshToken?clientId={clientId}&clientSecret={clientSecret}&refreshToken={refreshToken}