- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-16-2019
04:45 AM
09-16-2019
04:45 AM
When I tried to use postman to get https://rest.sandbox.eu.zuora.com/v1/accounts/8adcfb506c94429a016c9807b08503f1 with correct Bearer token in header, I keep getting failed.
{
"success": false,
"processId": "4F4445C45B6C05D7",
"reasons": [
{
"code": 90000011,
"message": "this resource is protected, please sign in first"
}
]
}
Is there anything I missed in Postman settings?
Is there anything I missed in Postman settings?
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-18-2019
12:35 PM
09-18-2019
12:35 PM
Hi check your credentials / bearer token as well as your headers. I had an error in my credentials which yielded the same message.
Double check that it works with a cURL command as well.
Hope this helps!
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-18-2019
12:35 PM
09-18-2019
12:35 PM
Hi check your credentials / bearer token as well as your headers. I had an error in my credentials which yielded the same message.
Double check that it works with a cURL command as well.
Hope this helps!