Skip to main content
POST
/
api
/
Test
Test Connection
curl --request POST \
  --url https://api.telemax.com.au/api/Test
"Test Ok"

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
curl -X POST "https://api.telemax.com.au/api/Test"

Response

200 - text/plain

Successful response

The response is of type string.

Example:

"Test Ok"