GET
/
v0
/
ping
cURL
curl --request GET \
  --url 'https://api-(organization).gable.ai/v0/ping'
{
  "message": "<string>",
  "success": true
}

Response

200 - application/json

Successful ping response

The response is of type object.