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

  1. X-Circle-Signature: a header containing the digital signature generated by Circle.
  2. X-Circle-Key-Id: a header containing the UUID. This is will be used as the ID as URL parameter to retrieve the relevant public key.
Language
Authorization
Bearer
PREFIX:ID:SECRET
Click Try It! to start a request and see the response here!