google healthcare api rest api reference URI

hey guys,
can somebody share the rest api endpoint when google healthcare api is integrated through the google cloud platform plugin? my integration is working correctly because i can do a lookup and search the studies from dicom web client, but from postman i am not able to. i followed the document and trying to query with the below endpoint, am i missing something?
http://localhost:8042/dicom-web/servers/my-google/

Hi,

I guess this could help: https://book.orthanc-server.com/plugins/dicomweb.html#rest-api-of-the-orthanc-dicomweb-client
You may also open the browser dev tools to inspect what kind of requests are issued by the dicom web client.

HTH

Alain.