- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Can you please tell me what would be the endpoint to get an OAuth token as described here:
https://www.zuora.com/developer/api-reference/#tag/OAuth
I have tried different variations for servicesXXX without any luck:
https://servicesXXX.zuora.com/apps/oauth/token https://servicesXXX.zuora.com/oauth/token https://servicesXXX.zuora.com/v1/oauth/token https://servicesXXX.zuora.com:(PROXY)/oauth/token https://servicesXXX.zuora.com:(PROXY)/v1/oauth/token
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Currently OAuth tokens for Production Copy (Services) environments is NOT supported.
Please continue to utilize user credentials to establish connection as indicated here: https://www.zuora.com/developer/api-reference/#tag/Connections
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Currently OAuth tokens for Production Copy (Services) environments is NOT supported.
Please continue to utilize user credentials to establish connection as indicated here: https://www.zuora.com/developer/api-reference/#tag/Connections
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Generating OAuth token for Production Copy (Services) environments.
@Rolando does it mean that we should use basic auth on other environments including prod to keep the authentication logic consistent?
Also, do you have plans to release oauth for production copy in the near future?
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Generating OAuth token for Production Copy (Services) environments.
Not necessarily, you may continue using Oauth where supported. It is entirely up to you on how you want to authenticate. The key point for this post is that Oauth is not supported in the Production Copy (Services) environments.
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Generating OAuth token for Production Copy (Services) environments.
Hi Roland,
If it's not supported in production copies, how can we test Data Query feature here, where the data is almost the same as in live, if it's only supported/accessible via OAuth?
The reason why I'm asking this is because we need to test the feature with a lot of data before moving changes to Live, and the production copy enviornments are the best place to do it...
Thanks