Get the registry's public signing key

GET/api/v1/registry/signing/public-key

Parameters

This endpoint does not accept parameters.

Responses

200Public key

Request

curl -X GET "https://api.knowledgetree.dev/api/v1/registry/signing/public-key" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

200Public key
Example response not yet documented.