Field | Description |
Post URL | Provide the following URL: https://abc.webmethodscloud.com/integration/rest/oAuth/getToken |
Query Parameters | Provide the following query parameters: grant_type - The Grant Type value will be refresh_token refresh_token is the refresh token obtained while generating the tokens. Example of an HTTP POST request for refreshing an access token: https://abc.webmethodscloud.com/integration/rest/oAuth/getToken?grant_type=refresh_token&refresh_token= <refresh_token_id> |
Note: In Postman, select Basic Auth as the Authorization type and specify Client ID and Client Secret as the Username and Password while refreshing the token. |