Skip to main content
POST
/
notifications
/
v1
/
webhooks
/
replay
Replay webhooks.
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"
  }
}

Authorizations

Authorization
string
header
required

access_token returned by the /auth/v1/oauth2/tokens API call.

Query Parameters

start_timestamp
string<date_time>
required

Time stamp to start the webhook replay.

Maximum string length: 100
end_timestamp
string<date_time>
required

Time stamp to end the webhook replay.

Maximum string length: 100

Response

OK