Skip to main content
GET
/
ping
Ping
curl --request GET \
  --url https://api.circle.com/ping
{
  "message": "pong"
}

Response

200 - application/json

Successful ping.

message
string
required

Response to a ping.

Example:

"pong"

I