Skip to main content

Retrieve permanently failed webhook payloads

GET 

/api/v1/enterprise/eudr/webhooks/dlq

Pulls failed webhook payloads from the Dead-Letter Queue (DLQ). These are messages that exhausted their retry limits.

Request

Responses

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.