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" }
Check the health status of the API
API key for authentication
API is healthy
true
"2024-01-15T10:30:00.000Z"