POST
/
test
curl --request POST \
  --url https://api.altostrat.io/test \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "type": "slack",
  "url": "https://hooks.slack.com/services/XXXXXXXXX/YYYYYYYYY/ZZZZZZZZZZZZZZZZZZZZZZ"
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Specify the type of webhook and the URL to test.

The body is of type object.

Response

204

Test message successfully dispatched. (No content returned.)