Skip to main content
GET
/
api
/
v1
/
health
/
live
Liveness probe
curl --request GET \
  --url https://vpos-sandbox.payven.com.tr/api/v1/health/live \
  --header 'Authorization: Bearer <token>'
{
  "type": "https://docs.payven.com.tr/errors/invalid_token",
  "title": "Geçersiz token",
  "status": 401,
  "code": "invalid_token",
  "detail": "Access token geçersiz veya süresi dolmuş — refresh edin."
}

Authorizations

Authorization
string
header
required

Identity servisinden alinan Keycloak JWT. Format: Authorization: Bearer <token>. Token alma: POST /api/v1/auth/{slug}/token

Response

OK