Example section for showcasing API endpoints
Navigate to Webhooks
Add Webhook Modal
Webhook Created
Authorization
, Content-Type
).Bearer token
, application/json
).POST
request with the following JSON payload:
https://api.captaindata.co/v3/jobs/{job_uid}/inputs
{job_uid}
with the relevant job UID. For detailed instructions, refer to the Retry Webhook Documentation.
Retry Webhook