Created
September 20, 2016 16:46
-
-
Save DinoChiesa/063d06aad8a75c8db1d14fa93142178f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
curl -i -u VyFNU1xB6oDjmRaAQEmpNZzGNA9X3IAM:HDs4t5JSSSzsBAhA \ | |
https://nordstrom-eval1-test.apigee.net/v2/authorizationservice/shopperauth/token -X POST \ | |
-d 'grant_type=password&[email protected]&password=Passw0rd' | |
curl -i https://nordstrom-eval1-test.apigee.net/shopper-service/validate \ | |
-H Content-type:application/json \ | |
-d '{"username":"[email protected]", "password": "Passw0rd"}' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment