Skip to content
SENS Platform Docs

Exercise the platform API request path.

GET
/test
curl --request GET \
--url https://api.dev.iot-sens.schlossers.at/test

Emits a structured service log entry and returns a simple success response. This endpoint is intended for deployment smoke testing only.

The test endpoint was reached.

Media typeapplication/json
object
success
required
boolean
Example
{
"success": true
}