Test Connection
Operations & health
Health check
Anonymous connectivity check returning plain text.
POST
Test Connection
Overview
Returns plain text"Test Ok" for connectivity checks. Does not require authentication.
Endpoint
POST /api/Test
Authentication
Not required ([AllowAnonymous]).
Response
200 OK — string bodyTest Ok (text/plain or JSON string depending on serializer—expect "Test Ok").
Code example
cURL
Response
200 - text/plain
Successful response
The response is of type string.
Example:
"Test Ok"