API Connection - OAuth 2.0 redirect problems

Hello everyone,

I have a problem with oAuth 2.0 authentication.
I want to connect CleverReach an email sending service with my Make.com scenario. I have tried it via the available module and the HTTP oAuth2.0. In both scenarios, I keep having problems with the redirect URL. Do you know of any cases or how can I fix this?
Here is some information.

For your information the API of Cleverreach works, I have already tested that with Postman.

URL Pop Up Window:

https://rest.cleverreach.com/oauth/authorize.php?client_id=xxxxxxx&grant=basic&response_type=code&redirect_uri=https://www.integromat.com/oauth/cb/oauth2?redirect_uri=https%3A%2F%2Fwww.integromat.com%2Foauth%2Fcb%2Foauth2&state=xxxxxxxx&client_id=xxxxxxx?response_type=code

Error Message Pop Up Window:

Looks like the redirect_uri was provided twice somehow; also there shouldn’t be more than one question mark in the URL.

Please contact CleverReach for more information on how to remove the duplicate.

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!

Problem solved. Just use the clever reach api modul make an api call. After verification you have to pass in just /v3/example not the whole url.

3 Likes