curl --request GET \
--url http://127.0.0.1:9550/v2/public_keys
{
"encryption_public_key": "<string>",
"signature_public_key": "<string>"
}
Retrieve the public keys associated with the Shinkai API.
Successfully retrieved public keys
The response is of type object
.
Was this page helpful?
curl --request GET \
--url http://127.0.0.1:9550/v2/public_keys
{
"encryption_public_key": "<string>",
"signature_public_key": "<string>"
}
curl --request GET \
--url http://127.0.0.1:9550/v2/public_keys
{
"encryption_public_key": "<string>",
"signature_public_key": "<string>"
}
Retrieve the public keys associated with the Shinkai API.
Successfully retrieved public keys
The response is of type object
.
Was this page helpful?
curl --request GET \
--url http://127.0.0.1:9550/v2/public_keys
{
"encryption_public_key": "<string>",
"signature_public_key": "<string>"
}