To get access token to be used in Partner integration:
-
Receiving the auth_code on the redirect URI
-
Validate this auth_code using the Validate Auth Code and Client API.
You will receive an accesss_token.
-
Use the access token in the following APIs:
Note: Refresh Token API is used to fetch new access_token using the refresh_token received in the Validate Auth Code and Client API.