List webhook secrets
GET /projects/:project_id/webhooks/secrets/
Returns all webhook signing secrets for this project, newest first. The most recent secret is automatically assigned to new webhooks. Use the secret value to verify webhook payload signatures using HMAC-SHA256.
Request