Hi,
Thank you for reaching out to the Google Ads API support team.
To get the refresh token, you have to follow the below steps.
{
"client_id": "******.apps.googleusercontent.com",
"client_secret": "******",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"refresh_token": "******",
"type": "authorized_user"
}
In the above response, you can find a refresh token.
I would recommend you please refer to the get the refresh token one more time, follow all the steps thoroughly, and try again.
![]() |
Google Ads API Team |