Created
September 20, 2016 04:29
-
-
Save lisp-ceo/ee6969b07131548f43190bf396273fe7 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
~/code/maxwellforest/onefill_maps_api $ curl "https://mighty-wildwood-25794.herokuapp.com/v0/sites/562" -X GET \ | |
-H "Accept: application/json" \ | |
-H "Content-Type: application/json" \ | |
-H "Authorization: " | |
{"site":{"id":562,"blocked":false,"name":"Coffee Company","normalized_name":"Coffee Company","url":"https://www.coffeecompany.com.au","logo":{"content_type":"image/png","url":{"x1":"//s3-ap-southeast-2.amazonaws.com/76f1fe6d3b3/sites/logos/000/000/562/x1/open-uri20160902-3-t40872?1474272742","x2":"//s3-ap-southeast-2.amazonaws.com/76f1fe6d3b3/sites/logos/000/000/562/x2/open-uri20160902-3-t40872?1474272742","x3":"//s3-ap-southeast-2.amazonaws.com/76f1fe6d3b3/sites/logos/000/000/562/x3/open-uri20160902-3-t40872?1474272742","original":"//s3-ap-southeast-2.amazonaws.com/76f1fe6d3b3/sites/logos/000/000/562/original/open-uri20160902-3-t40872?1474272742"}},"updated_at":"2016-09-19T18:12:24.544+10:00","created_at":"2016-09-02T10:43:36.143+10:00","fetch_count":188,"deleted_at":null,"featured":null,"flow_mappings":{"Login":{"id":"75359a87-e2e7-46f2-8b87-b99ba5a70c47","updated_at":"2016-09-16T14:36:26.163+10:00","created_at":"2016-09-16T14:36:26.163+10:00","flow_name":"Login","status":"green","url":"https://www.coffeecompany.com.au/","steps":[{"name":"Username / Email","value":"credentials.email","action":"value","selector":"#LoginEmail"},{"name":"Password","value":"credentials.password","action":"value","selector":"#LoginPassword"}],"conditions":{"test":"node","selector":""}},"Checkout":{"id":"a628c66c-6b64-4ab8-a2c7-52b7e24c41a7","updated_at":"2016-09-16T14:38:06.390+10:00","created_at":"2016-09-16T14:38:06.390+10:00","flow_name":"Checkout","status":"green","url":"https://www.coffeecompany.com.au/checkout","steps":[{"name":"First name","value":"user.first_name","action":"value","selector":"#BillingAddress_FirstName"},{"name":"Last name","value":"user.last_name","action":"value","selector":"#BillingAddress_LastName"},{"name":"Company","value":"shipping.company_name","action":"value","selector":"#BillingAddress_Company"},{"name":"Suburb","value":"shipping.suburb","action":"value","selector":"#BillingAddress_Suburb"},{"name":"Postcode/ZIP","value":"shipping.post_code","action":"value","selector":"#BillingAddress_Postcode"},{"name":"Credit card number","value":"card.number","action":"value","selector":"#Payment_Pan"},{"name":"Credit card holder name","value":"card.holder_name","action":"value","selector":"#Payment_CardName"}],"conditions":{"test":"node","selector":""}}},"locations":[{"id":403,"url":"https://www.coffeecompany.com.au"},{"id":524,"url":"coffeecompany.com.au"}]}}curl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment