does anyone have experience with "Calling a token ...
# integrations
d
does anyone have experience with "Calling a token endpoint to obtain user information based on a token"? (.../app/help/helpcenter.nl?fid=chapter_157017286140.html#subsect_157850725373) I am calling documented endpoint
<accountID>.<http://restlets.api.netsuite.com/rest/tokeninfo|restlets.api.netsuite.com/rest/tokeninfo>
without otherwise seemingly correct NLAuth header, but nothing is working - just getting "Invalid Login Attempt" error
b
it uses TBA
d
so use the documented RESTlet Authentication then instead with
nlauth_signature
? (.../app/help/helpcenter.nl?fid=section_4623992425.html) didn't seem like that was necessarily documented, but that makes sense
b
the api named token info uses the token based authentication
d
whoops meant
OAuth
header like in .../app/help/helpcenter.nl?fid=section_1534941295.html#subsect_1520632392
b
yes