-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpostman.json
1 lines (1 loc) · 1.72 KB
/
postman.json
1
{"info":{"_postman_id":"3949a64e-4298-4bb9-8acf-08b77de3d1a5","name":"PHP API","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json"},"item":[{"name":"Get users","id":"53a96ee6-1233-48e0-b4c8-d0b0458adc92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"CONTENT_TYPE","value":"text/plain;charset=UTF-8","type":"text","disabled":true},{"key":"HTTP_ACCEPT","value":"application/json","type":"text","disabled":true},{"key":"HTTP_POSTMAN_CONTENT_TYPE","value":"application/json","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":{"raw":"http://127.0.0.1:8000/api/users","protocol":"http","host":["127","0","0","1"],"port":"8000","path":["api","users"]}},"response":[]},{"name":"Delete user","id":"56189d8d-6fdb-48a0-a92c-c406ee319537","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":{"raw":"http://127.0.0.1:8000/api/users/delete/51","protocol":"http","host":["127","0","0","1"],"port":"8000","path":["api","users","delete","51"]}},"response":[]},{"name":"Get user events","id":"c4f9fd88-58ae-4986-b1ca-0a3777e4e151","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"http://127.0.0.1:8000/api/events","protocol":"http","host":["127","0","0","1"],"port":"8000","path":["api","events"]}},"response":[]},{"name":"Get users event count grouped by event type","id":"3f436dcb-3f7f-4418-9f46-8c394e61796b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"http://127.0.0.1:8000/api/events/grouped","protocol":"http","host":["127","0","0","1"],"port":"8000","path":["api","events","grouped"]}},"response":[]}]}