{
  "info": {
    "_postman_id": "519e69b5-6edd-43f9-8f73-ed0abf8989fe",
    "name": "Tier 4 - NCAA Access",
    "description": "Restricted endpoints supporting NCAA-specific integrations for teams and rosters.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_exporter_id": "33635301",
    "_collection_link": "https://go.postman.co/collection/33635301-519e69b5-6edd-43f9-8f73-ed0abf8989fe?source=collection_link"
  },
  "item": [
    {
      "name": "Get Ncaa Teams",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "{{vault:Token}}",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{Third Party Base URL}}/swims/SwimsThirdParty/NcaaTeams",
          "host": [
            "{{Third Party Base URL}}"
          ],
          "path": [
            "swims",
            "SwimsThirdParty",
            "NcaaTeams"
          ]
        },
        "description": "Returns a list of NCAA teams available to the vendor.\n\n**Variables:**\n\n- **Bearer Token**: Authorization Token Inherit from Parent. Update Bearer Token in 'Tier 1 - Team Management – Base Access' Folder - Authorization"
      },
      "response": []
    },
    {
      "name": "Get Ncaa Team Roster",
      "request": {
        "auth": {
          "type": "noauth"
        },
        "method": "GET",
        "header": [
          {
            "key": "Authorization",
            "value": "{{vault:Token}}",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{Third Party Base URL}}/swims/SwimsThirdParty/NcaaMemberDetails/team/{{CollegeId}}",
          "host": [
            "{{Third Party Base URL}}"
          ],
          "path": [
            "swims",
            "SwimsThirdParty",
            "NcaaMemberDetails",
            "team",
            "{{CollegeId}}"
          ]
        },
        "description": "Returns the NCAA team roster for the specified college.\n\n**Variables:**\n\n- **Bearer Token**: Authorization Token Inherit from Parent. Update Bearer Token in 'Tier 1 - Team Management – Base Access' Folder - Authorization\n    \n- **CollegeId**: Update CollegeId Variable to the CollegeId to Search"
      },
      "response": []
    }
  ],
  "event": [
    {
      "listen": "prerequest",
      "script": {
        "type": "text/javascript",
        "packages": {},
        "requests": {},
        "exec": [
          ""
        ]
      }
    },
    {
      "listen": "test",
      "script": {
        "type": "text/javascript",
        "packages": {},
        "requests": {},
        "exec": [
          ""
        ]
      }
    }
  ],
  "variable": [
    {
      "key": "Third Party Base URL",
      "value": "https://localhost:44323"
    },
    {
      "key": "CollegeId",
      "value": "",
      "type": "default"
    }
  ]
}