Anyone got expereince with testing the REST API with Postman app.
I'm sure I have followed the steps (Employee>Role>Integration etc) I have all the Ids/keys/secrets - but PostMan app gives a"status": 401,
"o:errorCode": "INVALID_LOGIN_ATTEMPT"
b
battk
10/12/2020, 9:01 PM
you can try taking a look at the login audit trail for hints
battk
10/12/2020, 9:01 PM
otherwise you have to share how your postman request is setup
s
Sciuridae54696d
10/13/2020, 2:57 PM
with the testing - you'll need Oauth 1.0
add authentication data to "Request Headers"
then you need to fill in the standard stuff,
consumer_key, consumer_secret, access_token, token_secret,version = 1.0, and realm
Sciuridae54696d
10/13/2020, 2:58 PM
I've only had it worked with realms that are not TSTDRV, those never worked for me. only SB realms or Prod realms work