Ping

Use ping requests to check if the API is up and running. This serves as a simple health check to confirm that the API is operational.

ENDPOINTS

GET /v1/ping

get

It serves as a simple health check to confirm that the API is operational.

Responses
200

The API is operational.

application/json
get
/v1/ping
200

The API is operational.

Last updated