webhooks
Redeliver message for an webhook
POST
/
environments
/
{environmentId}
/
webhooks
/
{webhookId}
/
messages
/
{messageId}
/
redeliver
Authorization
Path
curl --request POST \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/webhooks/{webhookId}/messages/{messageId}/redeliver
{
"message": "<string>"
}
Path Parameters
environmentId
string
requiredID of the environment
webhookId
string
requiredUUID of the webhook
messageId
string
requiredUUID of the message
Response
200 - application/json
message
string
Was this page helpful?
curl --request POST \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/webhooks/{webhookId}/messages/{messageId}/redeliver
{
"message": "<string>"
}