Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://alto.dialme.at/api/altov2/public/wh-secret/test \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "webhook_secret": "<string>", "webhook_url": "<string>" } '
{ "message": "success", "result": "" }
Retrieve your key from Dashboard.
Your webhook secret
Your webhook url
Successful response
"success"
""