collection_custom_url.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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": "http",
  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. },
  38. "description": "This will be the long description.\nIt can also be multiple lines long.",
  39. "response": []
  40. }
  41. },
  42. {
  43. "name": "api\/responseTag",
  44. "request": {
  45. "url": {
  46. "protocol": "http",
  47. "host": "yourapp.app",
  48. "path": "api/responseTag",
  49. "query": []
  50. },
  51. "method": "POST",
  52. "header": [
  53. {
  54. "key": "Content-Type",
  55. "value": "application\/json"
  56. },
  57. {
  58. "key": "Accept",
  59. "value": "application\/json"
  60. }
  61. ],
  62. "body": {
  63. "mode": "raw",
  64. "raw": "[]"
  65. },
  66. "description": "",
  67. "response": []
  68. }
  69. }
  70. ]
  71. }
  72. ]
  73. }