Hello
custom url: kinderkultur.ch
site name: https://kinderkultur-ch.netlify.app
site id: 3cb99734-59d3-4f02-aa78-2fc00e43822a
Im trying to list all large media of my site. I think the way to go is via your API. According this documentation
i tried in postman (with barear token authorization) following request:
{{baseUrl}}/sites/3cb99734-59d3-4f02-aa78-2fc00e43822a/assets/
and got a 404 (Not Found).
Listing files in contrast is working (200 OK):
{{baseUrl}}/sites/3cb99734-59d3-4f02-aa78-2fc00e43822a/files/
getSiteFileByPathName is also not working (404):
{{baseUrl}}/sites/3cb99734-59d3-4f02-aa78-2fc00e43822a/files/assets
What am i doing wrong? is there another way to list large media? i want to fill a carousel component and need the images’ urls…
Thanks for your help and your great platform!