Ping Run in API Explorer
This is a dummy endpoint you can use to test if the server is accessible.
GET
/_ping
curl \
--request GET 'http://api.example.com/v1.49/_ping'
Response examples (200)
OK
Response examples (500)
{
"message": "Something went wrong."
}