backend: Add X-Signature and X-Timestamp parameters for webhook verification

This commit is contained in:
Carlos Santos 2025-04-08 18:15:00 +02:00
parent 8bf3c51125
commit 8d92ad3533
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
name: X-Signature
in: header
description: HMAC signature for webhook verification
example: 1234567890abcdef
schema:
type: string

View File

@ -0,0 +1,6 @@
name: X-Timestamp
in: header
description: Timestamp of the webhook event (in Unix Epoch seconds)
example: 1678901234
schema:
type: string