Where to locate folder URL when doing API call using webdav

Hi, I’m working with MAKE.com trying to use a GET API call to NextCloud to return the folder url of a folder that has been created automatcally and provide that url to a nextcloud user.

The API call is using …/remote.php/dav/files/user/path/to/folder as the server URL and I seem to be able to connect ok but I’m specifically looking for the url of that folder. I can’t see this in the returned info anywhere.

Where can I locate this url or curl? My knowledge in APIs and NextCloud is limited :slight_smile: so any assistance or direction is greatly appreciated!

Thanks for your time.