我是netsuite的新手,我试图使用postman发出rest请求,我在header中写入了nlauth授权,如上面的行所示:
Authorization : NLAuth nlauth_account=0000000, [email protected], nlauth_signature=mypassworld,nlauth_role=3
我遵循本教程的过程:https://community.boomi.com/docs/DOC-2676#jive_content_id_To_call_the_getRecord_RESTlet
但我收到了以下回复:
{
"error": {
"code": "INVALID_LOGIN_ATTEMPT",
"message": "Invalid login attempt."
}
}
最佳答案
使用postman的内置授权工具生成正确的oauth1头:https://www.getpostman.com/docs/v6/postman/sending_api_requests/authorization
关于json - 使用Postman的NetSuite RESTlet NLAuth,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/51326835/