Skip to main content
GET
/
health
JavaScript
import InflushipAPI from 'influship';

const client = new InflushipAPI();

const response = await client.health.check();

console.log(response.ok);
{
  "ok": true,
  "timestamp": "2024-01-15T10:30:00.000Z"
}

Authorizations

X-API-Key
string
header
required

API key for authentication

Response

API is healthy

ok
boolean
required
Example:

true

timestamp
string<date-time>
required
Example:

"2024-01-15T10:30:00.000Z"