collection_with_secure_url.json 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "variables": [],
  3. "info": {
  4. "name": "Laravel API",
  5. "_postman_id": "",
  6. "description": "",
  7. "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.0.0\/collection.json"
  8. },
  9. "item": [
  10. {
  11. "name": "Group A",
  12. "description": "",
  13. "item": [
  14. {
  15. "name": "Example title.",
  16. "request": {
  17. "url": {
  18. "protocol": "https",
  19. "host": "yourapp.app",
  20. "path": "api/test",
  21. "query": []
  22. },
  23. "method": "GET",
  24. "header": [
  25. {
  26. "key": "Content-Type",
  27. "value": "application\/json"
  28. },
  29. {
  30. "key": "Accept",
  31. "value": "application\/json"
  32. }
  33. ],
  34. "body": {
  35. "mode": "raw",
  36. "raw": "[]",
  37. "options": {
  38. "raw": {
  39. "language": "json"
  40. }
  41. }
  42. },
  43. "description": "This will be the long description.\nIt can also be multiple lines long.",
  44. "response": []
  45. }
  46. },
  47. {
  48. "name": "api\/responseTag",
  49. "request": {
  50. "url": {
  51. "protocol": "https",
  52. "host": "yourapp.app",
  53. "path": "api/responseTag",
  54. "query": []
  55. },
  56. "method": "POST",
  57. "header": [
  58. {
  59. "key": "Content-Type",
  60. "value": "application\/json"
  61. },
  62. {
  63. "key": "Accept",
  64. "value": "application\/json"
  65. }
  66. ],
  67. "body": {
  68. "mode": "raw",
  69. "raw": "[]",
  70. "options": {
  71. "raw": {
  72. "language": "json"
  73. }
  74. }
  75. },
  76. "description": "",
  77. "response": []
  78. }
  79. }
  80. ]
  81. }
  82. ]
  83. }