POST
/connection/webhook
vessel-api-token*
curl --request POST \
--url https://api.vessel.land/connection/webhook \
--header 'Content-Type: application/json' \
--header 'vessel-api-token: ' \
--data '{
"accessToken": "string",
"webhook": {
"webhookUrl": "https://acme.com/webhook"
}
}'
curl --request POST \
--url https://api.vessel.land/connection/webhook \
--header 'Content-Type: application/json' \
--header 'vessel-api-token: ' \
--data '{
"accessToken": "string",
"webhook": {
"webhookUrl": "https://acme.com/webhook"
}
}'