Guest User

Untitled

a guest
Dec 23rd, 2015
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. Request :
  2. curl -X POST -H "api_key: IawpIi0d2oFDnVqUAc8Z8389dTdqHxHed6Iqdhj7PBs2ZcJtqlkBTa2RM4nq0d8d" -H "auth_token: 18467e8c-0e72-4c63-88cf-b802dec4562b-fb135846-01d1-4d1b-ae54-eab244114fb8" -H "Content-Type: application/json" -H "Cache-Control: no-cache" -H "Postman-Token: d2a75585-571a-a0b3-16e0-4076fcff814d" -d '{
  3. "contacts": [
  4. {
  5. "email": "renu@gmail.com"
  6. },
  7. {
  8. "email": "vibhor@gmail.com"
  9. },
  10. {
  11. "email": "chirag.sharma@daffodilsw.com"
  12. },
  13. {
  14. "email": "chirag.vashisht@gmail.com",
  15. "phone": "9466421434",
  16. "name" : "Test"
  17. },
  18. {
  19. "email":"shreya@daffodilsw.com"
  20. }
  21. ]
  22. }
  23.  
  24. ' 'http://198.58.112.64:9102/api/invite/contacts'
Add Comment
Please, Sign In to add comment