GET
/
health
API sağlık kontrolü
curl --request GET \
  --url https://api.hemenmagaza.com/v1/health
{
  "status": "<string>",
  "version": "<string>"
}

Response

API sağlıklı.

status
string
required
Example:

"ok"

version
string
required
Example:

"1.0.0"