Hi guys,
I’m applying for Upworks API access and I need to provide them with the Callback Url.
I checked the Make documentation however I couldn’t find anything related to Upwork.
Is there a generic Url I can use?
Many thanks
Peter
Hi guys,
I’m applying for Upworks API access and I need to provide them with the Callback Url.
I checked the Make documentation however I couldn’t find anything related to Upwork.
Is there a generic Url I can use?
Many thanks
Peter
Hey @AiOptBiz ,
When creating an app with oAuth2 connection, use:
https://www.integromat.com/oauth/cb/app
as a callback URL together with the oauth.redirectUri
variable, or:
https://www.make.com/oauth/cb/app
as a callback URL together with the oauth.makeRedirectUri
variable.
Awesome thanks! much appreciated