Guest User

Untitled

a guest
Dec 24th, 2015
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 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'
  25.  
  26. Response:
  27.  
  28. [
  29. {
  30. "email": "renu@gmail.com",
  31. "is_registered": false,
  32. "is_invited": true
  33. },
  34. {
  35. "email": "vibhor@gmail.com",
  36. "is_registered": false,
  37. "is_invited": true
  38. },
  39. {
  40. "email": "chirag.sharma@daffodilsw.com",
  41. "is_registered": false,
  42. "is_invited": false
  43. },
  44. {
  45. "email": "chirag.vashisht@gmail.com",
  46. "phone": "9466421434",
  47. "name": "Test",
  48. "is_registered": true,
  49. "is_invited": false,
  50. "id": 26063,
  51. "first_name": "Chirag",
  52. "last_name": "Sharma",
  53. "gender": "male",
  54. "is_connected": false,
  55. "is_connect_requested": false
  56. },
  57. {
  58. "email": "shreya@daffodilsw.com",
  59. "is_registered": true,
  60. "is_invited": false,
  61. "id": 31886,
  62. "first_name": "Shreya",
  63. "last_name": "Dubey",
  64. "phone": "9977557681",
  65. "gender": "female",
  66. "profile_pic": 32087,
  67. "is_connected": false,
  68. "is_connect_requested": true
  69. }
  70. ]
Add Comment
Please, Sign In to add comment