I am having a little trouble setting up the REST W...
# integrations
n
I am having a little trouble setting up the REST Web Services. Here are the steps I have completed. • Create a token • Downloaded the Postman Templates and Samples • Setup environmental variables • Ran the first example (Example 0.1: Test Request) in the Postman test and am able to get a response • Tried to run the first example (Example 1.1: Metadata Options..) but credentials fail Obviously, I have set something up wrong with authentication, and have a few questions about setting things up. Suggestions would be much appreciated • Does
Authorization Code Grant
need to be checked on Integration Setup? It seems like it does, because that needs to be checked in order to check the
REST Web Services
checkbox. • Follow up question to above, Do I need to provide a
Redirect URI
on the integration setup? Not sure if this is something I can get while testing in Postman. • In the template of the item, it asked for my
Consumer Key/Secret
, which I have from the token I created. But I don't have the
Token ID/Secret
. Do I need to create a token as well? I am able to get
b
if you are using tba, then you should either create a TBA Token or assign yourself a TBA token to get the tokens.
if you are using oauth 2, then this post may help.
n
Thank you. I created the TBA Token. Now I added that my environmental variables and I am still getting an InvalidSignature response.
I manually changed the authorization to OAuth 1.0 and filled all the information, consumer key/secret, token and token secret. Changed the signature method to HMAC-SHA256
Might be kind of hard for you to understand my issue from where you are, but any other thoughts?
b
Postman templates and environment should be able to avoid invalid signatures
You can try looking in the login audit trail for additional details about the failed login
n
It is only giving me InvalidSignature
b
What url?
d
I know its been 5 days, but have you managed to get the requestworking? I'm having the same issue
I've got it working by changing the authentication to HMAC-SHA1, hop it helps