3. Refresh Access Token
Endpoint:
Parameters:
Parameter
Type
Description
refresh_token
string
The token generated when the Dar ID App owner enables expiring tokens and issues a new user access token.
grant_type
string
Must be "refresh_token"
client_id
string
Your DAR ID client ID
client_secret
string
Your DAR ID client secret
Example Request:
Last updated