Get verification key
This endpoint will return a JSON Web Key (JWK) needed to validate our webhook messages when provided with the Key ID.
Retrieve the indicated verification Key for validating a webhook message
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
keyIdstring · uuidRequired
ID for the key to be retrieved
Responses
200
Successfully retrieved verification key
application/json
401
Invalid credentials
application/json
404
Key not found for the given ID
application/json
500
Internal server error
application/json
get
/api/v1/webhook_verification/{keyId}Last updated