Hi, I'm looking for some help setting up REST Web ...
# integrations
k
Hi, I'm looking for some help setting up REST Web Services with TBA. I've done this with SOAP before, not sure what I'm missing this time. Getting "Invalid Login Attempt" submitting the test request in postman. Here's what I've set up: • Employee record w/ "give access" and my new web services role • Role: "web services only role" checked, permissions>setup configed with the following as full: • -- Access Token Management, Login Using Access Tokens, REST Web Services, User Access Tokens • I created an access token w/ above employee+role (plus the integration app I created) • I downloaded the postman environment and samples I'll paste my postman sample in following reply. I've tried both with default HMAC-SHA256 and -SHA1, same result, so different issue that discussed just above.
message has been deleted
I checked the Login Audit Trail in NS and there's nothing there related to my requests.
m
AFAIK account should be NUMBER_SB1, not NUMBER-sb1
OAuth Realm in your case
k
oh my gosh, that was it! I actually started with NUMBER_SB1 I think, but had some other config issues and in the process of troubleshooting I had tried a hyphen. On my original attempts for some reason the realm and auth data location wasn't set right. I switched over to another computer to start from scratch, and on that one once I switched back to the underscore, it works! Thank you!