Workflows

Workflow and webhook management

Rerun Webhook

post
/project/{projectId}/rerun-webhook

Manually triggers a webhook rerun for a project

Authorizations
apikeystringRequired

API key for authentication. Format - apikey YOUR_API_KEY

Path parameters
projectIdstringRequired

Project ID

Body
stageIdstringOptional

Stage ID to rerun webhook for

Responses
200

Webhook rerun initiated successfully

application/json
post
/project/{projectId}/rerun-webhook
200

Webhook rerun initiated successfully

Last updated