External Keys
Create External Key
POST/v1/organizations/external_keys
Create an external key config owned by the caller's organization.
List External Keys
GET/v1/organizations/external_keys
List external key configs in the caller's organization.
Get External Key
GET/v1/organizations/external_keys/{external_key_id}
Retrieve a single external key config in the caller's organization by ID.
Update External Key
POST/v1/organizations/external_keys/{external_key_id}
Partially update an external key config. Omitted fields are left unchanged.
Delete External Key
DELETE/v1/organizations/external_keys/{external_key_id}
Delete an external key config.
Validate External Key
POST/v1/organizations/external_keys/{external_key_id}/validate
Validate an external key config against the customer's KMS.