Skip to main content
POST
/
workflows
/
v1
/
workflow-webhooks
/
events
/
{event_doc_id}
/
retry
Retry Workflow Webhook Event
curl --request POST \
  --url https://api-qa.interactly.ai/workflows/v1/workflow-webhooks/events/{event_doc_id}/retry \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Path Parameters

event_doc_id
string
required
Required string length: 24
Pattern: ^[0-9a-f]{24}$
Example:

"5eb7cf5a86d9755df3a6c593"

Response

Successful Response