address, not necessarily a wallet: it can be an EOA, multisig, smart
account, or another contract.
Add an address
Call from your backend with theid returned by the gVault catalogue:
200withstatus: confirmedmeans no further state change is pending.202withstatus: submittedandtransactionHashmeans Ground broadcast the update, but it has not necessarily confirmed.
Verify the effective state
allowed is true. A transaction hash proves
submission, not confirmation or effective authorization.
Remove an address
Handle failures
Treat404 as an unknown gVault or unavailable organization resource, 409 as
a conflicting in-flight state change, and 503 as a temporary submission
failure. Before retrying an uncertain request, read the effective state.
API reference:
add,
get, and
remove.