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
required

ID of the environment

webhookId
string
required

UUID of the webhook

messageId
string
required

UUID of the message

Response

200 - application/json
message
string