Refreshing User Token

GET: https://api.validic.com/v1/organizations/{organization_id}/users/{user_id}/refresh_token.json

If you need to reset a user’s access token, you may make a GET request call for a new user access token.

Request

curl --request GET \ --url https://api.validic.com/v1/organizations/organization_id/users/user_id/refresh_token.json \ --header 'Validic-Version: 2016-03-01' \ --header 'accept: application/json'

Response

{ "code": 200, "message": "Ok", "user": { "_id": "55d39077SAMPLEa34f000003", "uid": "SSVNorSR-1 ", "authentication_token": "4z-V2SAMPLELu_txGksL1W" } }

 

 

The following values are found in the response.

Return Value

Type

Description

Return Value

Type

Description

_id (Validic User ID)

String

Used to identify a user in Validic and used to deploy the Application Marketplace

uid (Your Unique ID)

String

Used to identify a user in your system

access_token (User Authentication Token)

String

Your user's unique access token which is used to deploy the Application Marketplace