getLink

suspend fun getLink(linkId: String): Link

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

Return

The Link object matching the provided ID.

Parameters

linkId

The unique identifier of the link.