cURL
curl --request POST \ --url https://sandbox-api.sandbox.lemmax.com/notifications/v1/webhooks/replay \ --header 'Authorization: Bearer <token>'
{ "error": { "reason": "Unauthorized", "status": 401, "message": "invalid params" } }
Replay all webhooks sent out in time range, given linked subscription is still enabled.
access_token returned by the /auth/v1/oauth2/tokens API call.
access_token
/auth/v1/oauth2/tokens
Time stamp to start the webhook replay.
100
Time stamp to end the webhook replay.
OK