Configuration

Verify a webhook with Pier public key

GET
The Pier public key to use to verify webhook signatures.

Response

This endpoint returns an object
public_key
string

The public_key to use to verify Pier webhook signatures

Errors

GET
1curl https://production.pier-finance.com/api/configuration/webhook-verification \
2 -H "Authorization: Bearer <token>"
1{
2 "public_key": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ\njkdfhdfjskfhsd==\n-----END PUBLIC KEY-----"
3}