Organizations
List Keys
Lists the imported keys for an organization.
get/api/v1/organizations/list-keys
Response
Successful Response
Example response
{
"keys": [
{
"public_key_compressed": "SGVsbG8="
}
]
}Changes
No recorded changes to this endpoint across all 8 revisions of this API.