Basic Authentication

Hello,
I am trying to implement a rest API to get all the deployed app and tasks assigned to a user, for that I am using the below rest API, When trying with postman I am giving basic Authentication, but in response, it is asking me to sign in, not sure what I am missing.

Please help, thanks in advance.

Hi,

it seems you’re accessing the Flowable Admin REST API but you should be querying the Flowable REST API.
Flowable Admin itself is a client for the Flowable REST APIs. Although it has a REST layer it’s main purpose is serving the AngularJS UI application.

Yvo