Skip to content

Instantly share code, notes, and snippets.

@DinoChiesa
Created September 20, 2016 16:46
Show Gist options
  • Select an option

  • Save DinoChiesa/063d06aad8a75c8db1d14fa93142178f to your computer and use it in GitHub Desktop.

Select an option

Save DinoChiesa/063d06aad8a75c8db1d14fa93142178f to your computer and use it in GitHub Desktop.
curl -i -u VyFNU1xB6oDjmRaAQEmpNZzGNA9X3IAM:HDs4t5JSSSzsBAhA \
https://nordstrom-eval1-test.apigee.net/v2/authorizationservice/shopperauth/token -X POST \
-d 'grant_type=password&username=tim@example.org&password=Passw0rd'
curl -i https://nordstrom-eval1-test.apigee.net/shopper-service/validate \
-H Content-type:application/json \
-d '{"username":"tim@example.org", "password": "Passw0rd"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment