hi guys
I’m using Uipath community version for my own mobile application(Toy project) by using UiPath.
but here is a question
first I have to call API with postman
so I knew a params to call API
{
“grant_type”: “refresh_token”,
“client_id”: “",
“refresh_token”: "**”
}
and I get response 200 OK
but here is my question
how to get User Key statically?
I know that is dynamic value
so, Do I have to call it every time ??
plz help me
thanks guys