Skip to content

Get latest KTL signed tree root

GET
/api/v1/ktl/root/latest
curl --request GET \
--url http://localhost:3001/api/v1/ktl/root/latest

Public: return the latest signed Merkle-tree root from the Key Transparency Log. No authentication required.

OK

Media typeapplication/json
object
key
additional properties
any
Examplegenerated
{}

Internal Server Error

Media typeapplication/json
object
error
string
success
boolean
Examplegenerated
{
"error": "example",
"success": true
}