GET
/
welcome
curl --request GET \
  --url https://api.zivio.net/api/v3/welcome \
  --header 'X-API-Key: <api-key>' \
  --header 'zivio-tenant-id: <api-key>'
{
  "message": "Welcome to Zivio"
}

Authorizations

X-API-Key
string
header
required
zivio-tenant-id
string
header
required

Response

200
*/*
ok

The response is of type object.