Authentication

Test authentication endpoint.

This endpoint is used to test the authentication.

get/api/external/v1/hello-world

Response

messagestring

Example response

{
  "message": "Hello World"
}

Changes