Anyone got expereince with testing the REST API wi...
# administration
a
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
you can try taking a look at the login audit trail for hints
otherwise you have to share how your postman request is setup
s
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
I've only had it worked with realms that are not TSTDRV, those never worked for me. only SB realms or Prod realms work