Hi Team,
I successfully got the access token through http://localhost:18080/auth/realms/myrealm/protocol/openid-connect/token in the postman and please note that i have successfully created Realm, Client, Roles, and User at keylok.
I can able to access all stuffs like tasklist, identity, optimize etc. through web via mentioned localhost/port - I am using docker
I would like to know how to run the simple API such as deployment/count via postman
i tried like below
- Added the bearer token at authorization generated for realm
- Used the API call http://localhost:8082/v1/tasks/:1 [please correct me]
but end up with an error like this
Please let me know for more details.
Thanks