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
| { | |
| "url": "https://vrapi.verticalresponse.com/api/v1/hooks/8", | |
| "success": { | |
| "code": 201, | |
| "message": "Hook created." | |
| }, | |
| "links": { | |
| "up": { | |
| "url": "https://vrapi.verticalresponse.com/api/v1/hooks" | |
| } |
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 https://vrapi.verticalresponse.com/api/v1/hooks | |
| -H "Authorization: Bearer tndttwx95dsdfsfsfskvc" | |
| -H "Content-Type:application/json" | |
| --request POST --data '{"url":"http://requestb.in/1a0wk2t1","event_types":"contact.create"}' |
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
| { | |
| "success": | |
| { | |
| "code":200, | |
| "message":"Contacts deleted." | |
| }, | |
| "attributes": | |
| { | |
| "removed":2, |
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 https://vrapi.verticalresponse.com/api/v1/lists/8796092317576/contacts | |
| -H "Authorization: Bearer tndttwxkljdkjhsf2322k8w8kvc" | |
| -H "Content-Type:application/json" | |
| --request DELETE --data | |
| '{ | |
| "contacts": | |
| [ | |
| { | |
| "email":"hgranger@verticalresponse.com" | |
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
| { | |
| "client_id":"6afch2wvxxdrw5zanb6wryhc", | |
| "events": | |
| [ | |
| { | |
| "event_at":"2014-07-30T21:15:20.064125Z", | |
| "event_type":"contact.create", | |
| "user_id":7696581604448, | |
| "data": | |
| { |
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 https://vrapi.verticalresponse.com/api/v1/hooks | |
| -H "Content-Type:application/json" | |
| -H "Authorization: Bearer tndttwx95dsdfsfsfskvc" | |
| --request POST --data '{"url":"http://requestb.in/12zstvn1","event_types":"contact.create"}' |
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
| { | |
| "url": "https://vrapi.verticalresponse.com/api/v1/messages/emails/7696581402714/stats/clicks/7696581394865", | |
| "items": [ | |
| { | |
| "url": "https://vrapi.verticalresponse.com/api/v1/contacts/7696584545346", | |
| "attributes": { | |
| "id": 7696584545346, | |
| "first_name": "Rita", | |
| "last_name": "Skeeter", | |
| "email": "rskeeter@verticalresponse.com", |
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
| https://vrapi.verticalresponse.com/api/v1/messages/emails/7696581402714/stats/clicks/7696581394865 | |
| -H "Authorization: Bearer tndttwx95dy52mfxnk8w8kvc" | python -mjson.tool |
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
| { | |
| "url": "https://vrapi.verticalresponse.com/api/v1/messages/emails/7696581402714/stats/clicks", | |
| "items": [ | |
| { | |
| "attributes": { | |
| "url": "http://www.verticalresponse.com/email/campaign1/learnmore", | |
| "click_count": "4", | |
| "unique_count": "2" | |
| }, | |
| "links": { |
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
| https://vrapi.verticalresponse.com/api/v1/messages/emails/7696581402714/stats/clicks | |
| -H "Authorization: Bearer tndttwx95dy52mfsdfsdfdw8kvc" | python -mjson.tool |