What is the domain URL for using Quicksight Rest Api's

Hi,
I have been trying to call Quicksight Api’s to get Dashboard list from JavaScript, but here I don’t know domain url for making request.
Can anyone please tell how to create domain url and how to use frontend to make rest calls.

Hi @naresh.chakali
The API that you are interested in is a server-side API. Please refer some sample code here:

You can have your front-end call your server side using your API and have the server-side call the QucikSight APIs

Regards
Vetri