Refreshing or Re-acquiring the User’s Access Token:
If you need to reset or re-acquire a user’s access token, you may make a GET request call for a new user access token:
Example
GET https://api.validic.com/v1/organizations/{ORGANIZATION_ID}/users/{USER_ID}/refresh_token.json?access_token={ORGANIZATION_ACCESS_TOKEN}
GET https://api.validic.com/v1/organizations/516828cf6deddabe51000001/users/51552cd7fded0807c4000017/refresh_token.json?access_token=e61467e3845e8a66f7453dc55ea3fc445d1b879a6f96ebe7b243badbeae04f63 200 { "code": 200, "message": "Ok", "user": { "_id": "51552cd7fded0807c4000017", "uid": "123467890", "authentication_token": "cPDsxsTuLpSmgsxsXuLF3dc55ea3fc441d1b899a6fU6ebeTb243xadabce08d98" } }