v1

latestOpenAPI 3.0.42026-07-13107171473.3 KB
Webhooks

Get Webhook Signing Keys

This endpoint returns the signing keys of a Webhook identified by the webhookId.

Signing keys are used for ensuring the Webhook requests you receive are actually sent by ConfigCat.

<a href="https://configcat.com/docs/advanced/notifications-webhooks/#verifying-webhook-requests" target="_blank" rel="noopener noreferrer">Here</a> you can read more about Webhook request verification.

get/v1/webhooks/{webhookId}/keys

Path parameters

webhookIdinteger required

The identifier of the Webhook.

Response

When everything is ok, the webhook signing keys are returned.

key1string nullable required

The first signing key.

key2string nullable required

The second signing key.