Skip to main content
POST
/
wh-secret
/
test
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": ""
}

Authorizations

Authorization
string
header
required

Retrieve your key from Dashboard.

Body

application/json
webhook_secret
string
required

Your webhook secret

webhook_url
string
required

Your webhook url

Response

Successful response

message
string
Example:

"success"

result
string
Example:

""