Migrating to KORE's APIs

This documentation will explain the differences between interacting with Twilio APIs and KORE. If you have questions, you can reach out to support@korewireless.com.

To learn more about the overall experience KORE offers, dig into our developer docs.

API Authorization

Twilio's APIs are secured through auth tokens or API Keys, which use HTTP Basic Auth. Regardless of the approach, every API call with Twilio sends the username and password.

KORE does not support the Auth Token concept.

Future guides will provide details for validating webhooks without an Auth Token.

Transitioning from Twilio Standard and Main API Keys

Rotating your API Credentials

With Twilio, you can manage your API Keys and rotate your Auth Tokens through the Twilio Console, specifically the API keys & tokens section of your account.

KORE has a dedicated portal specifically for developers to manage their developer experience with KORE. We call it our Developer Portal, where you generate new API clients and obtain API Credentials to make API calls. Going forward, the developer portal will also be the home to other developer tools, such as managing your webhook secrets and event streams.

Get started!

If you want to dive into our API docs, you can head to the API reference docs.

Last updated