cURL
curl --request POST \ --url https://localhost:7002/api/v1/connection/webhook/update \ --header 'Content-Type: application/json' \ --header 'x-deck-client-id: <api-key>' \ --header 'x-deck-secret: <api-key>' \ --data '{ "access_token": "<string>", "url": "<string>", "is_active": true }'
This response does not have an example.
Updates the webhook delivery endpoint used for job and connection events.
Enter your client id
Enter your secret
The access token associated with the Item data is being requested for
1
The URL of the webhook
The status of the webhook. If true, the webhook is active. If false, the webhook is inactive.
OK
Was this page helpful?