- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Setup PostMan for Zuora RevPro Authentication
Getting setup to use Postman and connect to Zuora Revpro for Authentication.
- Download a version of Postman
- Once the Postman application is installed. There are a couple of Settings that should be set before you get started.
- In the upper right side of the applicate click on the half moon/wrench.
- Click on the Settings.
- Toggle the SSL certificate verification to OFF.
Note:
http://blog.getpostman.com/2014/01/28/using-self-signed-certificates-with-postman/
- Click on the X in the upper right of the corner.
On the Postman main screen, set up the POST call:
- Set call: POST
- Endpoint URL
- Select Body (only tab that needs to populate)
- Toggle raw setting.
- {“p_username”: “username”, “p_password”: ”password”}
- SEND (located on the upper right of the screen)
Helpful links to Zuora Revpro API:
https://www.zuora.com/developer/revpro-api/#
Helpful links to Postman:
https://learning.getpostman.com/docs/postman/launching_postman/installation_and_updates
https://learning.getpostman.com/docs/postman/launching_postman/settings/
http://blog.getpostman.com/2014/01/28/using-self-signed-certificates-with-postman/
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: Setup PostMan for Zuora RevPro Authentication
This is great! Thanks for sharing this @DonMitch23!
Another great reference is this SME session: How to Use Postman
Lana Lee | Senior Community Manager and Strategist
"A little consideration, a little thought for others, makes all the difference." —A. A. Milne
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Setup PostMan for Zuora RevPro Authentication
Hi Don,
Thank you for the article. I've been reviewing the api documentation to authenticate here: https://www.zuora.com/developer/revpro-api/#
I noticed that the URL you are authenticating is different than the one in the documentation. Is there another API aside from the one in the documentation above? I'm having issues authenticating (keeps indicating method not allowed) but if I use the URL you provided and the json body, it works. However the returned token doesn't seem to work (don't think it's a JWToken ?). Any help would be greatly appreciated.
Thanks!