Websites
Functions
Link copied to clipboard
Link copied to clipboard
Deletes a website from the Umami API.
Link copied to clipboard
Retrieves a single website from the Umami API by its ID.
Link copied to clipboard
suspend fun getWebsites(includeTeams: Boolean? = null, search: String? = null, page: Int? = null, pageSize: Int? = null): SearchResponse<Website>
Retrieves a paginated list of websites from the Umami API.
Link copied to clipboard
Resets a website by removing all data related to the website.
Link copied to clipboard