Authorizations
Basic Auth header with your app ID as the username and your app secret as the password.
Headers
ID of your Privy app.
Body
List of P-256 public keys of the keys that should be authorized to sign on the key quorum, in base64-encoded DER format.
The number of keys that must sign for an action to be valid. Must be less than or equal to total number of key quorum members.
x >= 150List of user IDs of the users that should be authorized to sign on the key quorum.
Response
Created key quorum update intent.
Response for a key quorum update intent creation request
Unique ID for the intent
Display name of the user who created the intent
Unix timestamp when the intent was created
ID of the resource being modified (wallet_id, policy_id, etc)
Detailed authorization information including key quorum members, thresholds, and signature status
Current status of the intent
pending, executed, failed, expired, rejected Unix timestamp when the intent expires
KEY_QUORUM The original key quorum update request that would be sent to the key quorum endpoint
ID of the user who created the intent. If undefined, the intent was created using the app secret
Current state of the key quorum before any changes. If undefined, the resource was deleted and no longer exists
{
"id": "tb54eps4z44ed0jepousxi4n",
"display_name": "Prod key quorum",
"authorization_threshold": 1,
"authorization_keys": [
{
"public_key": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEx4aoeD72yykviK+f/ckqE2CItVIG\n1rCnvC3/XZ1HgpOcMEMialRmTrqIK4oZlYd1RfxU3za/C9yjhboIuoPD3g==",
"display_name": null
},
{
"public_key": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAErzZtQr/bMIh3Y8f9ZqseB9i/AfjQ\nhu+agbNqXcJy/TfoNqvc/Y3Mh7gIZ8ZLXQEykycx4mYSpqrxp1lBKqsZDQ==",
"display_name": null
}
]
}Result of key quorum update execution (only present if status is 'executed' or 'failed')

