Skip to main content
POST
/
api
/
v1
/
webhooks
/
{id}
/
rotate-secret
Webhook secret'ını rotate et
curl --request POST \
  --url https://vpos-sandbox.payven.com.tr/api/v1/webhooks/{id}/rotate-secret \
  --header 'Authorization: Bearer <token>'
{
  "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"
}

Authorizations

Authorization
string
header
required

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

Headers

Idempotency-Key
string

Path Parameters

id
string<uuid>
required

Response

OK