We are using the API to create password change tickets (API endpoint: /api/v2/tickets/password-change) and use the returned URL to send an e-mail to the user from within our own application.
However we would like to follow-up which users have used the ticket to reset their password and which users have let the ticket expire. Is there a page in the UI or an API we can call to retrieve the status of the issued tickets?