{"info":{"_postman_id":"929b7e4a-48cb-46b1-b78e-8aa4a7da4f0a","name":"Fantasy-api","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"19291153","collectionId":"929b7e4a-48cb-46b1-b78e-8aa4a7da4f0a","publishedId":"2sB34mjdwv","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-07-23T14:35:04.000Z"},"item":[{"name":"Auth","item":[{"name":"User","item":[{"name":"Register","id":"36f658f1-6b4a-4188-9912-8995c5e6568c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"daniel\",\r\n    \"email\": \"danny@gmail.com\",\r\n    \"password\": \"pass1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fantasy-api-052m.onrender.com/api/v1/auth/register","urlObject":{"path":["auth","register"],"host":["https://fantasy-api-052m.onrender.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"36f658f1-6b4a-4188-9912-8995c5e6568c"},{"name":"Login","id":"ae23ca6d-bd2b-478b-9a29-2ef921aafd1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \r\n    \"email\": \"damy@gmail.com\",\r\n    \"password\": \"pass1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fantasy-api-052m.onrender.com/api/v1/auth/login","urlObject":{"path":["auth","login"],"host":["https://fantasy-api-052m.onrender.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"6a7c1fa9-5fce-442e-ba49-a7f93df478ac","name":"Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \r\n    \"email\": \"olatocode@gmail.com\",\r\n    \"password\": \"pass1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/auth/login"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ae23ca6d-bd2b-478b-9a29-2ef921aafd1d"}],"id":"27d337a2-b87a-4903-b02f-ce98312b0c4a","_postman_id":"27d337a2-b87a-4903-b02f-ce98312b0c4a","description":""}],"id":"077b1bb9-633f-4695-a269-200133f38377","_postman_id":"077b1bb9-633f-4695-a269-200133f38377","description":""},{"name":"League","item":[{"name":"create new league","id":"770c7e55-936c-46b2-a838-83e22405ea9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Laliga\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fantasy-api-052m.onrender.com/api/v1/leagues","urlObject":{"path":["leagues"],"host":["https://fantasy-api-052m.onrender.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"d3b9e141-2559-42eb-8338-6dde5392e913","name":"create new league","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"EPL League\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/leagues"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"770c7e55-936c-46b2-a838-83e22405ea9a"},{"name":"All league","id":"fb49ef5d-0e12-4dcb-864f-60940d67b982","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://fantasy-api-052m.onrender.com/api/v1/leagues","urlObject":{"path":["leagues"],"host":["https://fantasy-api-052m.onrender.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"3ec722aa-4ed5-4770-b610-57802c454065","name":"All league","originalRequest":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/leagues"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"fb49ef5d-0e12-4dcb-864f-60940d67b982"}],"id":"30d9c933-d08e-4522-b382-98aa87cf957d","_postman_id":"30d9c933-d08e-4522-b382-98aa87cf957d","description":""},{"name":"Team","item":[{"name":"create new team","id":"0264f29c-a930-4c43-b80a-9501a7acbbf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"sevilla\",\r\n    \"userId\": 4,\r\n    \"leagueId\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fantasy-api-052m.onrender.com/api/v1/teams","urlObject":{"path":["teams"],"host":["https://fantasy-api-052m.onrender.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"47534369-b359-416e-a4d5-f5697eac7ecb","name":"create new team","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"EPL League\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/teams"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"0264f29c-a930-4c43-b80a-9501a7acbbf7"},{"name":"All team","id":"dbea6815-502f-401a-b1f6-4a086d2e0aa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://fantasy-api-052m.onrender.com/api/v1/teams/3","urlObject":{"path":["teams","3"],"host":["https://fantasy-api-052m.onrender.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"e8d136b1-d743-4177-a3df-f34a336788a9","name":"All team","originalRequest":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/teams/1"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"dbea6815-502f-401a-b1f6-4a086d2e0aa6"}],"id":"c82331c0-1329-44cc-bad3-24e1b077a8c3","_postman_id":"c82331c0-1329-44cc-bad3-24e1b077a8c3","description":""},{"name":"Player","item":[{"name":"create new player","id":"d17c742d-d3ca-40a9-aae5-ef30735d7660","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"james\",\r\n    \"position\": \"winger\",\r\n    \"teamId\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"https://fantasy-api-052m.onrender.com/api/v1players","urlObject":{"host":["https://fantasy-api-052m.onrender.com/api/v1players"],"query":[],"variable":[]}},"response":[{"id":"3e0d9058-99c0-4bb1-a8c1-1d51edcc428f","name":"create new league","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"EPL League\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/leagues"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"08467ac5-715a-4f16-a208-7b2f64141162","name":"create new player","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"james\",\r\n    \"position\": \"winger\",\r\n    \"teamId\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/players"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d17c742d-d3ca-40a9-aae5-ef30735d7660"}],"id":"e2f81c7f-fc6a-4588-b252-d5fae97f11d4","_postman_id":"e2f81c7f-fc6a-4588-b252-d5fae97f11d4","description":""},{"name":"leaderboard","item":[{"name":"View leaderboad by league ID","id":"506c5ff2-e117-44e8-8e64-0a931346efec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://fantasy-api-052m.onrender.com/api/v1/leaderboard/2","urlObject":{"path":["leaderboard","2"],"host":["https://fantasy-api-052m.onrender.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"506c5ff2-e117-44e8-8e64-0a931346efec"}],"id":"c71f6384-c311-455f-b523-520329a57980","_postman_id":"c71f6384-c311-455f-b523-520329a57980","description":""}],"event":[{"listen":"prerequest","script":{"id":"5c145219-3bfd-4002-be8e-9d63fff7d5eb","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"7c1858c3-114b-4538-a575-815aefb74d8f","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"test","value":"http://localhost:4000/api/v1","type":"string"},{"key":"live","value":"https://fantasy-api-052m.onrender.com/api/v1","type":"string"}]}