Skip to content
SENS Platform Docs

Exercise the platform API request path.

GET
/test
curl --request GET \
--url https://example.com/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 type application/json
object
success
required
boolean
Example
{
"success": true
}