API Health Check

Verify connectivity to Circle's API. Calls GET /ping.

Ping Circle API

Expected Response

curl --request GET \
  --url https://api.circle.com/ping

200
{
  "message": "pong"
}