Webhook Cryptographic Handshake (Ping)
POST/api/v1/enterprise/eudr/webhooks/:webhookId/ping
Dispatches a mock 'webhook.ping' event to the registered URL using the configured signing secret. This allows enterprise infosec teams to validate their HMAC-SHA256 signature verification algorithms in isolation without triggering a live data ingestion.
Request
Responses
- 200
OK
Response Headers
X-RateLimit-Limit
The maximum number of requests you're permitted to make per hour.
X-RateLimit-Remaining
The number of requests remaining in the current rate limit window.
X-RateLimit-Reset
The time at which the current rate limit window resets in UTC epoch seconds.