How to get static User Key in Orchestrator?

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

1 Like

Hey @jhhong

Yes there is no static kind off, you need to retrieve the new token every time.

But I think its valid for 30mins until then you can use the same.

Thanks
#nK