getWebhookPublicKey
Webhooks
getWebhookPublicKey
The getWebhookPublicKey API retrieves the Active public key to verify incoming webhook signatures
What it does:
- Returns the
Activepublic key to verify the signature in a webhook header - Returns a
Retiringkey after rotation so webhooks in transit can be verified
Note:
- Keys should be stored to prevent unecessary calls to this endpoint
- Keys are identified by their unique keyID (
kid) - This endpoint should only be used when a webhook is recieved with a
kidyou haven’t previously seen
GET
getWebhookPublicKey
