getWebsite

suspend fun getWebsite(websiteId: String): Website

Retrieves a single website from the Umami API by its ID.

Return

The Website object matching the provided ID.

Parameters

websiteId

The unique identifier of the website.