collection_with_secure_url.json 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. "raw": "https://yourapp.app/api/test"
  23. },
  24. "method": "GET",
  25. "header": [
  26. {
  27. "key": "Content-Type",
  28. "value": "application\/json"
  29. },
  30. {
  31. "key": "Accept",
  32. "value": "application\/json"
  33. }
  34. ],
  35. "body": {
  36. "mode": "raw",
  37. "raw": "[]",
  38. "options": {
  39. "raw": {
  40. "language": "json"
  41. }
  42. }
  43. },
  44. "description": "This will be the long description.\nIt can also be multiple lines long.",
  45. "response": []
  46. }
  47. },
  48. {
  49. "name": "api\/responseTag",
  50. "request": {
  51. "url": {
  52. "protocol": "https",
  53. "host": "yourapp.app",
  54. "path": "api/responseTag",
  55. "query": [],
  56. "raw": "https://yourapp.app/api/responseTag"
  57. },
  58. "method": "POST",
  59. "header": [
  60. {
  61. "key": "Content-Type",
  62. "value": "application\/json"
  63. },
  64. {
  65. "key": "Accept",
  66. "value": "application\/json"
  67. }
  68. ],
  69. "body": {
  70. "mode": "raw",
  71. "raw": "[]",
  72. "options": {
  73. "raw": {
  74. "language": "json"
  75. }
  76. }
  77. },
  78. "description": "",
  79. "response": []
  80. }
  81. }
  82. ]
  83. }
  84. ]
  85. }