Get verification key
This endpoint will return a JSON Web Key (JWK) needed to validate our webhook messages when provided with the Key ID.
Last updated
This endpoint will return a JSON Web Key (JWK) needed to validate our webhook messages when provided with the Key ID.
Last updated
Retrieve the indicated verification Key for validating a webhook message
ID for the key to be retrieved
Successfully retrieved verification key
The x coordinate for the elliptic curve point. This is encoded using Base64
The y coordinate for the elliptic curve point. This is encoded using Base64
The crypthographic algorithm family used with the key. In our case, ES256
Identifies the cryptographic curve used. For ES256, this is P-256
Identifies the cryptographic algorithm family used with the key. For ES256, this is EC