secret une seule fois.curl --location --request PUT 'https://api.conexteo.com/webhooks' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"webhooks": [
{
"type": "reply",
"request_method": "post",
"webhook": "string",
"signed": true
}
]
}'{
"webhooks": [
{
"type": "reply",
"request_method": "post",
"webhook": "https://exemple.com/webhooks/conexteo",
"signed": true
}
],
"secret": "whsec_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}