Alive

The Alive resource.

The Alive resource is a simple 'ping’ API call to connect to the platform for testing purposes. Alive can be called without basic auth.

get/alive

Response

Success Response

aliveboolean

Example response

{
  "alive": true
}

Changes