---
title: "Developer Portal Migration Notice"
description: "Migrate from our legacy API platform to the new Schiphol developer portal and switch to JWT authentication before the legacy system shuts down in October 2026."
url: "https://developer.schiphol.nl/news-and-updates/developer-portal-migration-notice"
image: "https://developer.schiphol.nl/_og/d/c_Ocean.takumi,title_Developer+Portal+Migration+Notice,description_Migrate+from+our+legacy+API+platform+to+the+new+Schiphol+developer+portal+and+switch+to+JWT+authentication+before+the+legacy+system+shuts+down+in+October+2026.,props_eyJ0aGVtZSI6eyJtb2RlIjoibGlnaHQiLCJjb2xvcnMiOnt9fX0,p_Ii9uZXdzLWFuZC11cGRhdGVzL2RldmVsb3Blci1wb3J0YWwtbWlncmF0aW9uLW5vdGljZSI,s_Zfy7jDi32TF1yGg6.png"
---

[← Back to News & Updates](https://developer.schiphol.nl/news-and-updates)

Migration

August 2026

Developer Portal Migration Notice

By Schiphol API Team

![Developer Portal Migration](https://images.ctfassets.net/9bvisqn57bx6/4qd8LaK6Kgo3OnXVDu22uQ/356d4c0bc47f76c28c4f146e4b505656/plug_and_socket_forward_connection_sign.svg)

Welcome to the new Schiphol developer portal

You're looking at our new API platform. If you still integrate through our **legacy API platform**, you need to migrate your integrations here and switch to **JWT-based authentication**. The legacy system will be **permanently decommissioned on 1 October 2026** - after that, any integration that hasn't moved across will stop working. [See what you need to do →](#what-this-means)

## [Overview](#overview)

This portal is our new API Management platform. We are moving away from our **legacy API platform** to this new one, which brings **improved features, better performance, and stronger security** for every API consumer at Schiphol.

This is not an optional upgrade. The legacy platform will be switched off, so **every API consumer still using it must migrate here** to keep their integrations working. The sooner you start, the more time you have to test and avoid disruption.

You're here

This is the new platform

1 Oct 2026

Legacy platform shut down

JWT

New authentication method

## [Migration Timeline](#timeline)

The following timeline can change based on the progress we make and will be updated accordingly. Plan your migration around these dates and don't wait until the final weeks.

April 2026

This Portal Went Live Completed

The new developer portal - the one you're on now - launched. You can create your account, request API access, and start migrating your integrations here today.

Now - Migration Window Open

Migrate Your Integrations In progress

This portal and the legacy platform run in parallel so you can migrate at your own pace. Create your account here, request access, switch to JWT authentication, and validate everything in acceptance before this window closes.

1 October 2026

Legacy Platform Decommissioned Deadline

The legacy platform will be permanently shut down on 1 October 2026. Any integration still pointing at the old system - or still using API-key authentication - will stop working. All users must have completed their migration to this portal by this date.

Don't leave it to the last minute

Account creation, access approval, and switching to JWT can take time - especially if several teams migrate at once near the deadline. Start now so you have room to test and resolve any issues well before 1 October 2026.

## [What This Means for You](#what-this-means)

Action Required

To move your integrations onto this platform before the legacy system is switched off, complete the steps below here on this portal.

-   Create an **account on this portal** (if you don't already have one)
-   Request **access to the APIs** you currently use, here
-   Switch your API authentication to **JWT tokens** (OAuth 2.0)
-   Update your applications with the **new API credentials** and endpoint URLs
-   Validate everything in **acceptance (ACC)** before switching production traffic

## [Key Changes](#key-changes)

### [Authentication Method](#authentication-method)

This platform uses **JWT (JSON Web Tokens)** for API authentication instead of the static API-key method used by the legacy platform. Instead of sending an App Id / App Key on every request, you exchange your Client ID & Secret for a short-lived token and send it as a Bearer token. This provides:

-   Enhanced security with token-based, short-lived credentials
-   Better control over token expiration and renewal
-   An industry-standard authentication protocol (OAuth 2.0 Client Credentials)
-   Improved API request tracking and monitoring

| Aspect              | Legacy Old platform                        | Now This platform                               |
| :------------------ | :----------------------------------------- | :---------------------------------------------- |
| Authentication      | Static API keys (App_Id / App_Key headers) | JWT Bearer token (OAuth 2.0 Client Credentials) |
| Credential lifetime | Long-lived, rarely rotated                 | Short-lived tokens (OAuth 2.0)                  |
| Endpoint URLs       | Legacy hostnames & paths                   | New Schiphol API endpoints                      |
| API versioning      | resourceVersion parameter                  | Version in the endpoint URL (e.g. /v4/)         |
| Account             | Legacy developer account                   | New account on this portal                      |

Need the technical details?

The [API Consumer Migration Guide](https://developer.schiphol.nl/news-and-updates/api-consumer-migration-guide) walks you through updating your endpoint URLs and implementing JWT authentication with ready-to-use code samples. New to the platform? Start with the [Getting Started Guide](https://developer.schiphol.nl/news-and-updates/api-consumer-getting-started-guide).

### [Endpoint URLs](#endpoint-urls)

Your API base URLs change on this platform. You must update your applications to call the new Schiphol API endpoints - the legacy hostnames and paths stop working once the legacy platform is decommissioned. The exact new URL for each API is shown on that API's page in the [API catalogue](https://developer.schiphol.nl/apis).

### [API Versioning](#api-versioning)

API versioning is handled differently here. Instead of the legacy `resourceVersion` parameter, the API version is part of the endpoint URL (for example `/v4/`). Target the version directly in the URL and remove any `resourceVersion` handling from your integration.

### [Account Migration](#account-migration)

On this portal you'll need to **register a new account yourself**. Public accounts are not migrated automatically - sign up here, then request access to the APIs you use.

Once your account is set up, you may need to **re-request access** to your APIs to ensure proper setup and security on the new platform. This is a one-time effort.

Unable to migrate or need help?

If you are unable to complete the migration, or if you run into any issues, please reach out to us at **[api-support@schiphol.nl](mailto:api-support@schiphol.nl)** and we will assist you.

## [Next Steps](#next-steps)

Stay Informed

We will continue to send detailed migration instructions and timeline updates by email. Please make sure your contact information is up to date so you don't miss critical announcements.

As part of the migration we will provide you with:

-   Detailed migration guides and documentation
-   Step-by-step instructions for account creation and API access requests
-   JWT token implementation examples and best practices
-   Support during the transition period
-   Advance notice before the 1 October 2026 decommissioning date

## [Office Hours & Support](#office-hours)

We run office-hours sessions to help you plan and execute your migration and to answer any integration questions.

If you are interested in a dedicated migration office-hours session, please **email our support team**. If enough people show interest, we will organise one.

## [Frequently Asked Questions](#faq)

Do I really have to migrate?+

Yes. The legacy platform will be permanently decommissioned on 1 October 2026. Any integration that has not migrated to this portal by then will stop working.

Will my legacy API keys keep working?+

Only until the legacy platform is switched off. This platform does not use static API keys - you must switch to JWT (OAuth 2.0) tokens. We strongly recommend migrating well before the deadline.

Can I run both platforms in parallel?+

Yes. This portal and the legacy platform run side by side during the migration window, so you can migrate and validate one integration at a time without downtime.

Where do I start?+

Create your account here on this portal, then follow the [API Consumer Migration Guide](https://developer.schiphol.nl/news-and-updates/api-consumer-migration-guide) to update your endpoints and switch to JWT authentication.

## [Need Help?](#need-help)

If you are unable to complete the migration or have specific questions about how this change affects your integration, please contact us at **[api-support@schiphol.nl](mailto:api-support@schiphol.nl)**. You can also browse the guides below or the [API catalogue](https://developer.schiphol.nl/apis) for endpoint details.

[

API Consumer Migration Guide

Update your endpoint URLs and switch to JWT authentication with ready-to-use code samples.](https://developer.schiphol.nl/news-and-updates/api-consumer-migration-guide)[

Getting Started Guide

New here? Create an app, get credentials, request a token, and make your first API call.](https://developer.schiphol.nl/news-and-updates/api-consumer-getting-started-guide)[

API Best Practices

Token caching, error handling, rate limits, and platform conventions.](https://developer.schiphol.nl/news-and-updates/api-best-practices)[

Browse the API Catalogue

Explore all available APIs, documentation, and schemas.](https://developer.schiphol.nl/apis)

_Last updated: August 2026_

Key Dates

-   This portal live April 2026
-   Migration window Open now
-   Legacy system off 1 October 2026

Migration Checklist

-   1
    
    Create an account here on this portal
    
-   2
    
    Request access to the APIs you use
    
-   3
    
    Switch authentication to JWT (OAuth 2.0)
    
-   4
    
    Update endpoint URLs & credentials
    
-   5
    
    Validate in ACC before switching PRD
    
-   6
    
    Complete migration before 1 October 2026
    

Helpful Guides

-   Migration [API Consumer Migration Guide](https://developer.schiphol.nl/news-and-updates/api-consumer-migration-guide)
-   Getting started [Getting Started Guide](https://developer.schiphol.nl/news-and-updates/api-consumer-getting-started-guide)
-   Catalogue [Browse APIs](https://developer.schiphol.nl/apis)

Need Help?

-   Support [api-support@schiphol.nl](mailto:api-support@schiphol.nl)

### [Flights](#flights)

-   [Departures](https://www.schiphol.nl/en/departures/)
-   [Arrivals](https://www.schiphol.nl/en/arrivals/)
-   [Transfers](https://www.schiphol.nl/en/transfers/)

### [Things to do at Schiphol](#things-to-do-at-schiphol)

-   [Shop](https://www.schiphol.nl/en/at-schiphol/shop/)
-   [Eat and drink](https://www.schiphol.nl/en/at-schiphol/eat-and-drink/)
-   [Airport maps](https://www.schiphol.nl/en/airport-maps/)
-   [Services](https://www.schiphol.nl/en/services/)

### [Check-in](#check-in)

-   [Ways to check in](https://www.schiphol.nl/en/check-in/)
-   [Baggage rules and checks](https://www.schiphol.nl/en/baggage/)
-   [How busy is Schiphol](https://www.schiphol.nl/en/busy/)

### [Traveling to and from Schiphol](#traveling-to-and-from-schiphol)

-   [All parking options](https://www.schiphol.nl/en/parking/)
-   [All travel options](https://www.schiphol.nl/en/from-to-schiphol/)
-   [Short-term parking](https://www.schiphol.nl/en/parking/short-term/)
-   [Long term parking](https://www.schiphol.nl/en/parking/long-term/)
-   [Pick-up & drop-off](https://www.schiphol.nl/en/pick-up-and-drop-off/)

### [All Schiphol websites](#all-schiphol-websites)

-   [Royal Schiphol Group](https://www.royalschipholgroup.com/)
-   [Sustainability](https://www.schiphol.nl/en/sustainability/)
-   [Operations](https://www.schiphol.nl/en/operations/)
-   [Schiphol as a neighbour](https://www.schiphol.nl/en/schiphol-as-a-neighbour/)
-   [Careers at Schiphol Group](https://werkenbijschiphol.nl/)
-   [You and Schiphol](https://www.schiphol.nl/en/you-and-schiphol/)
-   [Developer Center](https://developer.schiphol.nl/)

![Developer Portal](https://developer.schiphol.nl/_core/api/v3/assets/logo?ref=1763460379699) © Schiphol 2025

-   [Privacy](https://www.schiphol.nl/en/privacy/)
-   [Schiphol regulations](https://www.schiphol.nl/en/regulations/)
-   [Accessibility](https://www.schiphol.nl/en/accessibility/)
-   [Disclaimer](https://www.schiphol.nl/en/disclaimer/)
-   [Newsletter](https://www.schiphol.nl/en/newsletter/)
-   [Contact us](https://www.schiphol.nl/en/contact/)