Returns the public key for verifies webhook message signatures
Webhooks
Get Webhook Key
Return a cryptographic public key
GET
Returns the public key for verifies webhook message signatures
See Validating Webhooks for steps on how to use this public key to verify http message signatures.Documentation Index
Fetch the complete documentation index at: https://docs.pipevest.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Base64 encoded signed hash of the http message request components.
Example:
"sig1=:OTEyMjY4...A5NTNDMEQ=:"
An ordered list of components that make up the signature base. It is used to recompute and verify the Signature
Example:
"sig1=(\"Content-Type\" \"Content-Digest\"...expires=<expires>"
Unique identifier assigned to the client
Example:
"client-id"