cURL
curl --request POST \ --url https://sandbox.deck.co/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.
Decide where the webhook event should be sent to for a specific connection.
Enter your client id
Enter your secret
OK
Was this page helpful?