Get a notification signature public key
Get the public key and algorithm used to digitally sign webhook notifications. Verifying the digital signature ensures the notification came from Circle.
In the headers of each webhook, you can find:
X-Circle-Signature: the digital signature generated by Circle.X-Circle-Key-Id: the UUID used as theidpath parameter to retrieve the relevant public key.
GET
Get a notification signature public key
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
Example:
"2adba88e-9d63-44bc-b975-9b6ae3440dde"
Path Parameters
Universally unique identifier (UUID v4) of a resource.
Example:
"b3d9d2d5-4c12-4946-a09d-953e82fae2b0"
Response
Successfully retrieved a notification signature public key.