Workflows

Workflow and webhook management

Rerun webhook

post

Manually triggers a webhook rerun for a project

Authorizations
Path parameters
projectIdstringRequired

Project ID

Body
stageIdstringOptional

Stage ID to rerun webhook for

Responses
200

Webhook rerun initiated successfully

application/json
post
POST /v2/project/{projectId}/rerun-webhook HTTP/1.1
Host: imeritapi.ango.ai
apikey: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 18

{
  "stageId": "text"
}
200

Webhook rerun initiated successfully

{
  "status": "success",
  "data": {
    "webhook": {}
  }
}