a user has no access to pega environment but he wants to fetch list of customers from pega how will he do it?
As he does not have any user credentials to login to pega so how can we fetch the customer details in such a scenario?
You need to expose a service from Pega, which when connected from wherever the user is accessing will retrieve the details via service. This is when customers are data objects in Pega.
If customers are work objects then you can expose Pega’s OOTB GET/cases or GET/cases/{ID} api.
You can use web embeds and use the authentication.
@Sindhu Nalajala can you provide any document to go through this
You can use web embeds and this link might help you https://docs-previous.pega.com/user-experience-cosmos-react/87/creating-web-embed?