Skip to content

Results are limited to the current section: Cloud services

Product news

Check that the service is ready to answer

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

Health check endpoint

On success

Media typeapplication/json
object
code
required
number format: int32
data
required
object
response
required
string
message
required
string
pagination
required
object
total
required
number format: int64
status
required
string
Example
{
"code": "200",
"message": "success",
"status": "OK"
}