Last active
September 17, 2018 20:17
-
-
Save thomaswrenn/0047b3912d971cbd773a to your computer and use it in GitHub Desktop.
NetSuite REST API Roles GET Request
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GET /rest/roles HTTP/1.1 | |
Authorization: NLAuth [email protected], nlauth_signature=knr6M=c(]GQ33aJwb97m^Rvp9xmUe/+?&&C9tDKr}2iKQDo32N | |
Accept-Language: en-US | |
Accept: */* | |
Cookie: NS_VER=2015.2.0 | |
Host: rest.netsuite.com | |
Connection: close | |
User-Agent: Paw/2.2.5 (Macintosh; OS X/10.11.1) GCDHTTPRequest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP/1.1 400 Bad Request | |
Date: Wed, 11 Nov 2015 16:42:07 GMT | |
Server: Apache | |
Cache-Control: No-Cache | |
Pragma: No-Cache | |
Expires: 0 | |
NS_RTIMER_COMPOSITE: 764826377:706172746E6572732D6A6176613030382E7376616C652E6E65746C65646765722E636F6D:80 | |
P3P: CP="CAO PSAa OUR BUS PUR" | |
Vary: User-Agent | |
Connection: close | |
Transfer-Encoding: chunked | |
Content-Type: application/json | |
{"error" : {"code" : "USER_ERROR", "message" : "You have entered an invalid email address or password. Please try again."}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you ever get an answer? Their documentation is sadly lacking even still.