Check API availability.
Endpoint
/health
No parameters for this endpoint.
const response = await fetch( "https://api.socialfetch.dev/health" ); const data = await response.json(); console.log(data);