Skip to Content
Nextra 4.0 is released šŸŽ‰

Webhook

Both SSH Key Collection & Verification has Webhook support. A webhook is an API call to your own application when a specific event occurs. Webhooks can be configured from the Web Interface or in the API. Specific information about webhooks per feature can be found in the SSH Key Collection and SSH Key Verification chapters.

Webhook order

When no errors occur, webhooks are always executed in order. But when the server returns an error, the webhook will be retried later, which can result in another webhook to be completed first. So it is advised to not fully rely on the webhooks being executed in order.

Retries

Webhooks are by default retried x times over a period of x minutes. After the webhook has failed, it is still possible to retry the webhook again from the web interface.