# Get Airport Providers Fetches a list of providers associated with an airport using its ICAO, IATA, or FAA code and the provider's name. Endpoint: GET /api/external/airports/{airportCode}/providers/{name} Version: 1.5.0 Security: API_AUTHENTICATION ## Path parameters: - `airportCode` (string, required) ICAO, IATA or FAA code of the airport - `name` (string, required) Name of service type ## Response 200 fields (application/json): - `id` (integer) Service ID Example: 45910 - `airportId` (integer) FL3XX airport ID Example: 20598 - `company` (string) Company name Example: "Air Malta" - `crewNotes` (string) Crew notes - `dispatchNotes` (string) Dispatch notes - `email` (string) Email address Example: "email@email.com" - `fboOneShadow` (boolean) - `fboOneTeamEmail` (string) - `global` (boolean) Example: true - `mainContact` (boolean) - `sourceType` (string) Enum: "INTERNAL", "EJME", "UNIVERSAL", "AVIOWIKI", "PRIVATE" - `useFboOne` (boolean) - `useMyHandling` (boolean) ## Response 204 fields (application/json): - `id` (integer) Service ID Example: 45910 - `airportId` (integer) FL3XX airport ID Example: 20598 - `company` (string) Company name Example: "Air Malta" - `crewNotes` (string) Crew notes - `dispatchNotes` (string) Dispatch notes - `email` (string) Email address Example: "email@email.com" - `fboOneShadow` (boolean) - `fboOneTeamEmail` (string) - `global` (boolean) Example: true - `mainContact` (boolean) - `sourceType` (string) Enum: "INTERNAL", "EJME", "UNIVERSAL", "AVIOWIKI", "PRIVATE" - `useFboOne` (boolean) - `useMyHandling` (boolean)