How to get reset password link from restful api?

Hi!

What i’m trying to do is somehow get “reset password” link which is added to email when
execute-actions [UPDATE_PASSWORD] request is made. I’ll be sending this link in an email to user from a different service (from my app).

I’m using python-keycloak library to communicate with keycloak rest api. Is it possible that i can get that data from rest api somehow?