2. Exchange Code for Access Token
Endpoint:
Parameters:
Parameter
Type
Description
client_id
string
Your DAR ID client ID
client_secret
string
Your DAR ID client secret
code
string
The code received from step 1
grant_type
string
Must be "authorization_code"
redirect_uri
string
Must match the URI from step 1
code_verifier
string
Required if PKCE was used in step 1
Example Request:
Response:
Last updated