cURL
curl --request POST \ --url https://api.captaindata.co/v3/webhooks/{job_uid}/retry \ --header 'Authorization: <api-key>' \ --header 'x-project-id: <api-key>'
{ "message": "Webhook sent." }
The Authorization header must include 'x-api-key' followed by your API key (e.g., 'Authorization: x-api-key YOUR_API_KEY').
Workspace UID required to identify the workspace.
Successful Response
The response is of type any.
any