Refresh Access Token
How to refresh the Access Token
Refresh Token
POST
https://sec-id-api.securitize.io/v1/{clientId}/oauth2/refresh
Used to exchange provided refresh token for new accessToken. NOTE: Access token expires in 7days, refresh token is one time use and expires in 365 days.
Path Parameters
Name | Type | Description |
---|---|---|
clientId | string | Your application Client Id provided by Securitize |
Headers
Name | Type | Description |
---|---|---|
authorization | string | Your application secret provided by Securitize |
Request Body
Name | Type | Description |
---|---|---|
refreshToken | string | Code provided from Authentication flow on users browser |
Last updated