Skip to main content
GET
/
v1
/
nebula
/
hello
Hello
curl --request GET \
  --url https://api.cozmox.cloud/v1/nebula/hello \
  --header 'x-api-key: <api-key>'
{
  "message": "Hello, world!"
}

Authorizations

x-api-key
string
header
required

The API key

Response

message
string
required

The message to be returned

Example:

"Hello, world!"