Skip to main content
POST
/
api
/
v1
/
auth
/
{slug}
/
logout
Oturumu kapat
curl --request POST \
  --url https://identity-sandbox.payven.com.tr/api/v1/auth/{slug}/logout \
  --header 'Content-Type: application/json; ver=1.0' \
  --data '
{
  "refresh_token": "<string>"
}
'
{
  "type": "https://docs.payven.com.tr/errors/bad_request",
  "title": "Geçersiz istek",
  "status": 400,
  "code": "bad_request",
  "detail": "amount.amount alanı zorunlu.",
  "correlation_id": "9f1c8e76-2a3b-4f12-9c8d-12cb24a8a8a8"
}

Path Parameters

slug
string
required

Body

refresh_token
string | null

Response

No Content