Use the health endpoint to verify network connectivity to the Figment API.
GET https://api.figment.io/health
A successful request returns 200 OK:
{
"message": "ok"
}What this endpoint checks
This endpoint confirms that your systems can reach Figment's API gateway. A 200 OK response means:
- DNS resolution, TLS negotiation, and network routing to api.figment.io are working
- Figment's API gateway is accepting requests
