# Consent status updated Fired when the status of a consent changes (e.g. authorized, expired, revoked). Related endpoint: Get consent Endpoint: POST banking.consent.status.updated Version: 1.0.0 ## Request fields (application/json): - `consentId` (string, required) Unique identifier of the consent. Example: "1E5EFC3B-635E-4973-A605-41D7F0D6D7B3" - `status` (string, required) The new status of the consent. Enum: "unknown", "created", "started", "authorized", "expired", "revoked", "failure", "awaitingApproval"