Retrieves a list of a site's published URLs. If a site hasn't been published, the call returns an empty array.
You can only call this method when authenticated as a Wix app or Wix user identity.
function listPublishedSiteUrls(
options: ListPublishedSiteUrlsOptions,
): Promise<ListPublishedSiteUrlsResponse>;
import { site } from "@wix/urls";
async function listPublishedSiteUrls(options) {
const response = await site.listPublishedSiteUrls(options);
}
There are 3 errors with this status code.
This method may also return standard errors. Learn more about standard Wix errors.