Skip to main content
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 body Test 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"