11 lines
237 B
YAML
11 lines
237 B
YAML
name: x-timestamp
|
|
in: header
|
|
description: >
|
|
Unix timestamp (in seconds) when the webhook was sent.
|
|
|
|
Can be used to validate webhook age and prevent replay attacks.
|
|
required: true
|
|
schema:
|
|
type: string
|
|
example: '1697030400000'
|