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