Subscribe to status page notifications

POST/api/v1/status-page/subscribe

Parameters

This endpoint does not accept parameters.

Responses

201Subscription confirmed

Request

curl -X POST "https://api.knowledgetree.dev/api/v1/status-page/subscribe" \
  -H "Authorization: Bearer $KT_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ "email": "user@acme.com" }'

Response

201Subscription confirmed
Example response not yet documented.