Get the public key and algorithm used to digitally sign webhook notifications. Verifying the digital signature ensures the notification came from Circle.
A public key and algorithm
await client.getNotificationSignature({ kid: '00000000-0000-0000-0000-000000000000',}) Copy
await client.getNotificationSignature({ kid: '00000000-0000-0000-0000-000000000000',})
Get the public key and algorithm used to digitally sign webhook notifications. Verifying the digital signature ensures the notification came from Circle.