Does anyone know, on this page, where it says `oau...
# suitetalkapi
a
Does anyone know, on this page, where it says
oauth_token
under
normalized-request-parameters
which token it wants? https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_157652573296.html It's doesn't say if it's the integration token you create in Netsuite, the token you get back from the response in step two, or some other token. It specifically lists the
Token Key
and
Token Secret
on that page as being used but it only ever shows the
Token Secret
being used to sign the request, so why bother even mentioning the
Token Key
? No matter what I try it just keeps giving me a
tokenRejected
error in the audit log but it doesn't tell me which of the 4 tokens in the request it has a problem with or if its in the signature or not.
b
Token Id from the Access token
the token id is meant to be public, which is why its available in plaintext in the header
from the Response Parameters for Step Three if you completed the 3 step flow