Manage your public keys for Message Level Encryption
Operation | Endpoint | Description |
---|---|---|
Create | POST /teams/mle/public_keys | Register a new public key |
List All | GET /teams/mle/public_keys | Retrieve all your registered keys |
Retrieve | GET /teams/mle/public_keys/:id | Get a specific key by ID |
Delete | DELETE /teams/mle/public_keys/:id | Delete (disable) a specific key |
kid
) can only be registered once using either method. If you have a public key available through your well-known endpoint, you should not register the same public key through direct registration, even if you change the kid
.