You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
Hello,
can you please provide an example how to call APIs accessible from auth server?
E.g.: https://{{MC_ENV}}.auth.marketingcloudapis.com/v2/userinfo?
Regards,
Filip
The text was updated successfully, but these errors were encountered:
I tried multiple way including: { uri: '/v2/userinfo', baseUrl: 'https://XXX.auth.marketingcloudapis.com' }
But I got following error: Error on /authenticated Error: options.uri must be a path when using options.baseUrl
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
can you please provide an example how to call APIs accessible from
auth
server?E.g.:
https://{{MC_ENV}}.auth.marketingcloudapis.com/v2/userinfo
?Regards,
Filip
The text was updated successfully, but these errors were encountered: