Resend a webhook message by identifier
POST
https://api.radom.com/webhook/{id}/message/{message_id}/resendAuthorization
Send your API key in the Authorization header. Scheme: radomToken.
Parameters
idstring<uuid>pathrequiredUnique identifier for the webhook.
message_idstring<uuid>pathrequiredUnique identifier for the webhook message.
Responses
200Webhook message scheduled for resend
No response body.
400Invalid message identifier
errorstringrequired401Unauthorized
errorstringrequired404Not Found
errorstringrequired500Internal server error
errorstringrequired