Migration IBM API Connect → Kong Konnect
This guide walks you through migrating your integrations from the IBM API Connect portal to the new Kong Konnect portal.
This guide walks you through migrating your integrations from the IBM API Connect portal to the new Kong Konnect portal.
| Element | IBM API Connect | Kong Konnect |
|---|---|---|
| Base URL | https://api.stef.com/ | https://api.stef.com/ |
| Authentication | Client ID / Secret IBM | OAuth 2.0 / API Key Kong |
| Gateway | DataPower | Kong Gateway |
| Portal | Drupal (connect_theme) | Kong Dev Portal v3 (MDC) |
| Specifications | Swagger 2.0 | OpenAPI 3.0 |
| Rate limiting | Plan-based | Plugin-based (configurable) |
Your existing IBM API Connect credentials continue to work for already active subscriptions.
However, for any new API subscription, you must:
The error format has changed:
{
"httpCode": "404",
"httpMessage": "Not Found",
"moreInformation": "Resource not found"
}
{
"status": 404,
"title": "Not Found",
"detail": "The requested resource was not found",
"instance": "/v1/transport/orders/invalid-id"
}
Our support team is available to assist you with your migration. Do not hesitate to contact us.