Webhooks
Last updated
Was this helpful?
Last updated
Was this helpful?
Follow these steps to start receiving Webhook events from KORE.
Securing your Webhook with a secret isn't mandatory, but KORE strongly encourages you to that the Webhook comes from KORE.
The secret should only be known by you and KORE. Treat this as you would your password, and do not share it.
To create your first KORE Webhook secret, log in to the Developer Portal, navigate to the , and click Create.
Provide a friendly name to your secret and click Create.
View or download the newly created Secret and save it.
The newly created secret details will be listed.
We will configure a Webhook on a Super SIM API endpoint to get started and flip a SIM's status from inactive to active.
Activating a SIM will incur a monthly SIM fee and any data charges you generate.
With your API token and Super SIM SID, make the following API call to activate your Super SIM ensuring you specify a value for CallbackUrl
.
🎉 Congratulations! You have successfully configured and received a Webhook from KORE.
A secret is visible or downloadable only at the time of creation. If you forgot to save it, review our to rotate your secret to generate a new one.
Once you have generated your first Webhook secret, all Webhook callbacks from KORE will be signed, and you can then .
You have created an API client to make API calls against KORE with a Super SIM scope; if not, review the .
KORE does not look at query parameters when .
Once you submit your API call with a Webhook configured, you will receive a callback from KORE with the HTTP headers mentioned ( a sample is shown below).
Upon receiving this, you should respond with a 2xx HTTP response code. Any temporary failures (HTTP response codes 408, 429, or 5xx) will be automatically retried a pre-determined amount of times, which is defined by the .
You can explore to get started with other products.