Organizations
Import Keys
Imports keys for an organization.
post/api/v1/organizations/import-keys
Request body
Example request
{
"backup_zip_content": "SGVsbG8=",
"encrypted_rsa_pem": "SGVsbG8="
}Response
Successful Response
Example response
{
"keys": [
{
"public_key_compressed": "SGVsbG8="
}
]
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.