Update webhook subscription signature key
documentedRotates the webhook signature key for a subscription.
POST /v2/webhooks/subscriptions/{subscription_id}/signature-keyWebhooksno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl \"https://connect.squareup.com/v2/webhooks/subscriptions/{{$subscription_id}}/signature-key\" -X POST -H \"Square-Version: 2026-01-22\" -H \"Authorization: Bearer {{SQUAREUP_SECRET}}\" -H \"Content-Type: application/json\" -H \"Accept: application/json\" -d '{\"idempotency_key\": \"{{$idempotency_key}}\"}'