Activities
Get activity
Get details about an activity.
POST
https://api.0xkey.io
/
public
/
v1
/
query
/
get_activity
Get activity
curl --request POST \
--url https://api.0xkey.io/public/v1/query/get_activity \
--header 'Content-Type: application/json' \
--header 'X-Stamp: <api-key>' \
--data '
{
"organizationId": "<string>",
"activityId": "<string>"
}
'{
"activity": {
"id": "<string>",
"organizationId": "<string>",
"status": "ACTIVITY_STATUS_UNSPECIFIED",
"type": "ACTIVITY_TYPE_UNSPECIFIED",
"intent": {
"createOrganizationIntent": {
"organizationName": "<string>",
"rootEmail": "<string>",
"rootAuthenticator": {
"authenticatorName": "<string>",
"userId": "<string>",
"attestation": {
"id": "<string>",
"rawId": "<string>",
"response": {
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
},
"clientExtensionResults": {
"appid": true,
"appidExclude": true,
"credProps": {
"rk": true
}
}
},
"challenge": "<string>"
},
"rootUserId": "<string>"
},
"createAuthenticatorsIntent": {
"authenticators": [
{
"authenticatorName": "<string>",
"userId": "<string>",
"attestation": {
"id": "<string>",
"rawId": "<string>",
"response": {
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
},
"clientExtensionResults": {
"appid": true,
"appidExclude": true,
"credProps": {
"rk": true
}
}
},
"challenge": "<string>"
}
],
"userId": "<string>"
},
"createUsersIntent": {
"users": [
{
"userName": "<string>",
"accessType": "ACCESS_TYPE_UNSPECIFIED",
"apiKeys": [
{
"apiKeyName": "<string>",
"publicKey": "<string>",
"expirationSeconds": "<string>"
}
],
"authenticators": [
{
"authenticatorName": "<string>",
"userId": "<string>",
"attestation": {
"id": "<string>",
"rawId": "<string>",
"response": {
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
},
"clientExtensionResults": {
"appid": true,
"appidExclude": true,
"credProps": {
"rk": true
}
}
},
"challenge": "<string>"
}
],
"userTags": [
"<string>"
],
"userEmail": "<string>"
}
]
},
"createPrivateKeysIntent": {
"privateKeys": [
{
"privateKeyName": "<string>",
"curve": "CURVE_UNSPECIFIED",
"privateKeyTags": [
"<string>"
],
"addressFormats": [
"ADDRESS_FORMAT_UNSPECIFIED"
]
}
]
},
"signRawPayloadIntent": {
"privateKeyId": "<string>",
"payload": "<string>",
"encoding": "PAYLOAD_ENCODING_UNSPECIFIED",
"hashFunction": "HASH_FUNCTION_UNSPECIFIED"
},
"createInvitationsIntent": {
"invitations": [
{
"receiverUserName": "<string>",
"receiverUserEmail": "<string>",
"receiverUserTags": [
"<string>"
],
"accessType": "ACCESS_TYPE_UNSPECIFIED",
"senderUserId": "<string>"
}
]
},
"acceptInvitationIntent": {
"invitationId": "<string>",
"userId": "<string>",
"authenticator": {
"authenticatorName": "<string>",
"userId": "<string>",
"attestation": {
"id": "<string>",
"rawId": "<string>",
"response": {
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
},
"clientExtensionResults": {
"appid": true,
"appidExclude": true,
"credProps": {
"rk": true
}
}
},
"challenge": "<string>"
}
},
"createPolicyIntent": {
"policyName": "<string>",
"selectors": [
{
"subject": "<string>",
"operator": "OPERATOR_UNSPECIFIED",
"target": "<string>"
}
],
"effect": "EFFECT_UNSPECIFIED",
"notes": "<string>"
},
"disablePrivateKeyIntent": {
"privateKeyId": "<string>"
},
"deleteUsersIntent": {
"userIds": [
"<string>"
]
},
"deleteAuthenticatorsIntent": {
"userId": "<string>",
"authenticatorIds": [
"<string>"
]
},
"deleteInvitationIntent": {
"invitationId": "<string>"
},
"deleteOrganizationIntent": {
"organizationId": "<string>"
},
"deletePolicyIntent": {
"policyId": "<string>"
},
"createUserTagIntent": {
"userTagName": "<string>",
"userIds": [
"<string>"
]
},
"deleteUserTagsIntent": {
"userTagIds": [
"<string>"
]
},
"signTransactionIntent": {
"privateKeyId": "<string>",
"unsignedTransaction": "<string>",
"type": "TRANSACTION_TYPE_UNSPECIFIED"
},
"createApiKeysIntent": {
"apiKeys": [
{
"apiKeyName": "<string>",
"publicKey": "<string>",
"expirationSeconds": "<string>"
}
],
"userId": "<string>"
},
"deleteApiKeysIntent": {
"userId": "<string>",
"apiKeyIds": [
"<string>"
]
},
"approveActivityIntent": {
"fingerprint": "<string>"
},
"rejectActivityIntent": {
"fingerprint": "<string>"
},
"createPrivateKeyTagIntent": {
"privateKeyTagName": "<string>",
"privateKeyIds": [
"<string>"
]
},
"deletePrivateKeyTagsIntent": {
"privateKeyTagIds": [
"<string>"
]
},
"createPolicyIntentV2": {
"policyName": "<string>",
"selectors": [
{
"subject": "<string>",
"operator": "OPERATOR_UNSPECIFIED",
"targets": [
"<string>"
]
}
],
"effect": "EFFECT_UNSPECIFIED",
"notes": "<string>"
},
"setPaymentMethodIntent": {
"number": "<string>",
"cvv": "<string>",
"expiryMonth": "<string>",
"expiryYear": "<string>",
"cardHolderEmail": "<string>",
"cardHolderName": "<string>"
},
"activateBillingTierIntent": {
"productId": "<string>"
},
"deletePaymentMethodIntent": {
"paymentMethodId": "<string>"
},
"createPolicyIntentV3": {
"policyName": "<string>",
"effect": "EFFECT_UNSPECIFIED",
"notes": "<string>",
"condition": "<string>",
"consensus": "<string>"
},
"createApiOnlyUsersIntent": {
"apiOnlyUsers": [
{
"userName": "<string>",
"userTags": [
"<string>"
],
"apiKeys": [
{
"apiKeyName": "<string>",
"publicKey": "<string>",
"expirationSeconds": "<string>"
}
],
"userEmail": "<string>"
}
]
},
"updateRootQuorumIntent": {
"threshold": 123,
"userIds": [
"<string>"
]
},
"updateUserTagIntent": {
"userTagId": "<string>",
"addUserIds": [
"<string>"
],
"removeUserIds": [
"<string>"
],
"newUserTagName": "<string>"
},
"updatePrivateKeyTagIntent": {
"privateKeyTagId": "<string>",
"addPrivateKeyIds": [
"<string>"
],
"removePrivateKeyIds": [
"<string>"
],
"newPrivateKeyTagName": "<string>"
},
"createAuthenticatorsIntentV2": {
"authenticators": [
{
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
}
],
"userId": "<string>"
},
"acceptInvitationIntentV2": {
"invitationId": "<string>",
"userId": "<string>",
"authenticator": {
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
}
},
"createOrganizationIntentV2": {
"organizationName": "<string>",
"rootEmail": "<string>",
"rootAuthenticator": {
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
},
"rootUserId": "<string>"
},
"createUsersIntentV2": {
"users": [
{
"userName": "<string>",
"apiKeys": [
{
"apiKeyName": "<string>",
"publicKey": "<string>",
"expirationSeconds": "<string>"
}
],
"authenticators": [
{
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
}
],
"userTags": [
"<string>"
],
"userEmail": "<string>"
}
]
},
"createSubOrganizationIntent": {
"name": "<string>",
"rootAuthenticator": {
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
}
},
"createSubOrganizationIntentV2": {
"subOrganizationName": "<string>",
"rootUsers": [
{
"userName": "<string>",
"apiKeys": [
{
"apiKeyName": "<string>",
"publicKey": "<string>",
"expirationSeconds": "<string>"
}
],
"authenticators": [
{
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
}
],
"userEmail": "<string>"
}
],
"rootQuorumThreshold": 123
},
"updateAllowedOriginsIntent": {
"allowedOrigins": [
"<string>"
]
},
"createPrivateKeysIntentV2": {
"privateKeys": [
{
"privateKeyName": "<string>",
"curve": "CURVE_UNSPECIFIED",
"privateKeyTags": [
"<string>"
],
"addressFormats": [
"ADDRESS_FORMAT_UNSPECIFIED"
]
}
]
},
"updateUserIntent": {
"userId": "<string>",
"userName": "<string>",
"userEmail": "<string>",
"userTagIds": [
"<string>"
],
"userPhoneNumber": "<string>"
},
"updatePolicyIntent": {
"policyId": "<string>",
"policyName": "<string>",
"policyEffect": "EFFECT_UNSPECIFIED",
"policyCondition": "<string>",
"policyConsensus": "<string>",
"policyNotes": "<string>"
},
"setPaymentMethodIntentV2": {
"paymentMethodId": "<string>",
"cardHolderEmail": "<string>",
"cardHolderName": "<string>"
},
"createSubOrganizationIntentV3": {
"subOrganizationName": "<string>",
"rootUsers": [
{
"userName": "<string>",
"apiKeys": [
{
"apiKeyName": "<string>",
"publicKey": "<string>",
"expirationSeconds": "<string>"
}
],
"authenticators": [
{
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
}
],
"userEmail": "<string>"
}
],
"rootQuorumThreshold": 123,
"privateKeys": [
{
"privateKeyName": "<string>",
"curve": "CURVE_UNSPECIFIED",
"privateKeyTags": [
"<string>"
],
"addressFormats": [
"ADDRESS_FORMAT_UNSPECIFIED"
]
}
]
},
"createWalletIntent": {
"walletName": "<string>",
"accounts": [
{
"curve": "CURVE_UNSPECIFIED",
"pathFormat": "PATH_FORMAT_UNSPECIFIED",
"path": "<string>",
"addressFormat": "ADDRESS_FORMAT_UNSPECIFIED"
}
],
"mnemonicLength": 123
},
"createWalletAccountsIntent": {
"walletId": "<string>",
"accounts": [
{
"curve": "CURVE_UNSPECIFIED",
"pathFormat": "PATH_FORMAT_UNSPECIFIED",
"path": "<string>",
"addressFormat": "ADDRESS_FORMAT_UNSPECIFIED"
}
],
"persist": true
},
"initUserEmailRecoveryIntent": {
"email": "<string>",
"targetPublicKey": "<string>",
"expirationSeconds": "<string>",
"emailCustomization": {
"appName": "<string>",
"logoUrl": "<string>",
"magicLinkTemplate": "<string>",
"templateVariables": "<string>",
"templateId": "<string>"
},
"sendFromEmailAddress": "<string>",
"sendFromEmailSenderName": "<string>",
"replyToEmailAddress": "<string>"
},
"recoverUserIntent": {
"authenticator": {
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
},
"userId": "<string>"
},
"setOrganizationFeatureIntent": {
"name": "FEATURE_NAME_UNSPECIFIED",
"value": "<string>"
},
"removeOrganizationFeatureIntent": {
"name": "FEATURE_NAME_UNSPECIFIED"
},
"signRawPayloadIntentV2": {
"signWith": "<string>",
"payload": "<string>",
"encoding": "PAYLOAD_ENCODING_UNSPECIFIED",
"hashFunction": "HASH_FUNCTION_UNSPECIFIED"
},
"signTransactionIntentV2": {
"signWith": "<string>",
"unsignedTransaction": "<string>",
"type": "TRANSACTION_TYPE_UNSPECIFIED"
},
"exportPrivateKeyIntent": {
"privateKeyId": "<string>",
"targetPublicKey": "<string>"
},
"exportWalletIntent": {
"walletId": "<string>",
"targetPublicKey": "<string>",
"language": "MNEMONIC_LANGUAGE_UNSPECIFIED"
},
"createSubOrganizationIntentV4": {
"subOrganizationName": "<string>",
"rootUsers": [
{
"userName": "<string>",
"apiKeys": [
{
"apiKeyName": "<string>",
"publicKey": "<string>",
"expirationSeconds": "<string>"
}
],
"authenticators": [
{
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
}
],
"userEmail": "<string>"
}
],
"rootQuorumThreshold": 123,
"wallet": {
"walletName": "<string>",
"accounts": [
{
"curve": "CURVE_UNSPECIFIED",
"pathFormat": "PATH_FORMAT_UNSPECIFIED",
"path": "<string>",
"addressFormat": "ADDRESS_FORMAT_UNSPECIFIED"
}
],
"mnemonicLength": 123
},
"disableEmailRecovery": true,
"disableEmailAuth": true
},
"emailAuthIntent": {
"email": "<string>",
"targetPublicKey": "<string>",
"apiKeyName": "<string>",
"expirationSeconds": "<string>",
"emailCustomization": {
"appName": "<string>",
"logoUrl": "<string>",
"magicLinkTemplate": "<string>",
"templateVariables": "<string>",
"templateId": "<string>"
},
"invalidateExisting": true,
"sendFromEmailAddress": "<string>",
"sendFromEmailSenderName": "<string>",
"replyToEmailAddress": "<string>"
},
"exportWalletAccountIntent": {
"address": "<string>",
"targetPublicKey": "<string>"
},
"initImportWalletIntent": {
"userId": "<string>"
},
"importWalletIntent": {
"userId": "<string>",
"walletName": "<string>",
"encryptedBundle": "<string>",
"accounts": [
{
"curve": "CURVE_UNSPECIFIED",
"pathFormat": "PATH_FORMAT_UNSPECIFIED",
"path": "<string>",
"addressFormat": "ADDRESS_FORMAT_UNSPECIFIED"
}
]
},
"initImportPrivateKeyIntent": {
"userId": "<string>"
},
"importPrivateKeyIntent": {
"userId": "<string>",
"privateKeyName": "<string>",
"encryptedBundle": "<string>",
"curve": "CURVE_UNSPECIFIED",
"addressFormats": [
"ADDRESS_FORMAT_UNSPECIFIED"
]
},
"createPoliciesIntent": {
"policies": [
{
"policyName": "<string>",
"effect": "EFFECT_UNSPECIFIED",
"notes": "<string>",
"condition": "<string>",
"consensus": "<string>"
}
]
},
"signRawPayloadsIntent": {
"signWith": "<string>",
"payloads": [
"<string>"
],
"encoding": "PAYLOAD_ENCODING_UNSPECIFIED",
"hashFunction": "HASH_FUNCTION_UNSPECIFIED"
},
"createReadOnlySessionIntent": {},
"createOauthProvidersIntent": {
"userId": "<string>",
"oauthProviders": [
{
"providerName": "<string>",
"oidcToken": "<string>"
}
]
},
"deleteOauthProvidersIntent": {
"userId": "<string>",
"providerIds": [
"<string>"
]
},
"createSubOrganizationIntentV5": {
"subOrganizationName": "<string>",
"rootUsers": [
{
"userName": "<string>",
"apiKeys": [
{
"apiKeyName": "<string>",
"publicKey": "<string>",
"expirationSeconds": "<string>"
}
],
"authenticators": [
{
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
}
],
"oauthProviders": [
{
"providerName": "<string>",
"oidcToken": "<string>"
}
],
"userEmail": "<string>"
}
],
"rootQuorumThreshold": 123,
"wallet": {
"walletName": "<string>",
"accounts": [
{
"curve": "CURVE_UNSPECIFIED",
"pathFormat": "PATH_FORMAT_UNSPECIFIED",
"path": "<string>",
"addressFormat": "ADDRESS_FORMAT_UNSPECIFIED"
}
],
"mnemonicLength": 123
},
"disableEmailRecovery": true,
"disableEmailAuth": true
},
"oauthIntent": {
"oidcToken": "<string>",
"targetPublicKey": "<string>",
"apiKeyName": "<string>",
"expirationSeconds": "<string>",
"invalidateExisting": true
},
"createApiKeysIntentV2": {
"apiKeys": [
{
"apiKeyName": "<string>",
"publicKey": "<string>",
"curveType": "API_KEY_CURVE_UNSPECIFIED",
"expirationSeconds": "<string>"
}
],
"userId": "<string>"
},
"createReadWriteSessionIntent": {
"targetPublicKey": "<string>",
"email": "<string>",
"apiKeyName": "<string>",
"expirationSeconds": "<string>"
},
"emailAuthIntentV2": {
"email": "<string>",
"targetPublicKey": "<string>",
"apiKeyName": "<string>",
"expirationSeconds": "<string>",
"emailCustomization": {
"appName": "<string>",
"logoUrl": "<string>",
"magicLinkTemplate": "<string>",
"templateVariables": "<string>",
"templateId": "<string>"
},
"invalidateExisting": true,
"sendFromEmailAddress": "<string>",
"sendFromEmailSenderName": "<string>",
"replyToEmailAddress": "<string>"
},
"createSubOrganizationIntentV6": {
"subOrganizationName": "<string>",
"rootUsers": [
{
"userName": "<string>",
"apiKeys": [
{
"apiKeyName": "<string>",
"publicKey": "<string>",
"curveType": "API_KEY_CURVE_UNSPECIFIED",
"expirationSeconds": "<string>"
}
],
"authenticators": [
{
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
}
],
"oauthProviders": [
{
"providerName": "<string>",
"oidcToken": "<string>"
}
],
"userEmail": "<string>"
}
],
"rootQuorumThreshold": 123,
"wallet": {
"walletName": "<string>",
"accounts": [
{
"curve": "CURVE_UNSPECIFIED",
"pathFormat": "PATH_FORMAT_UNSPECIFIED",
"path": "<string>",
"addressFormat": "ADDRESS_FORMAT_UNSPECIFIED"
}
],
"mnemonicLength": 123
},
"disableEmailRecovery": true,
"disableEmailAuth": true
},
"deletePrivateKeysIntent": {
"privateKeyIds": [
"<string>"
],
"deleteWithoutExport": true
},
"deleteWalletsIntent": {
"walletIds": [
"<string>"
],
"deleteWithoutExport": true
},
"createReadWriteSessionIntentV2": {
"targetPublicKey": "<string>",
"userId": "<string>",
"apiKeyName": "<string>",
"expirationSeconds": "<string>",
"invalidateExisting": true
},
"deleteSubOrganizationIntent": {
"deleteWithoutExport": true
},
"initOtpAuthIntent": {
"otpType": "<string>",
"contact": "<string>",
"emailCustomization": {
"appName": "<string>",
"logoUrl": "<string>",
"magicLinkTemplate": "<string>",
"templateVariables": "<string>",
"templateId": "<string>"
},
"smsCustomization": {
"template": "<string>"
},
"userIdentifier": "<string>",
"sendFromEmailAddress": "<string>",
"sendFromEmailSenderName": "<string>",
"replyToEmailAddress": "<string>"
},
"otpAuthIntent": {
"otpId": "<string>",
"otpCode": "<string>",
"targetPublicKey": "<string>",
"apiKeyName": "<string>",
"expirationSeconds": "<string>",
"invalidateExisting": true
},
"createSubOrganizationIntentV7": {
"subOrganizationName": "<string>",
"rootUsers": [
{
"userName": "<string>",
"apiKeys": [
{
"apiKeyName": "<string>",
"publicKey": "<string>",
"curveType": "API_KEY_CURVE_UNSPECIFIED",
"expirationSeconds": "<string>"
}
],
"authenticators": [
{
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
}
],
"oauthProviders": [
{
"providerName": "<string>",
"oidcToken": "<string>"
}
],
"userEmail": "<string>",
"userPhoneNumber": "<string>"
}
],
"rootQuorumThreshold": 123,
"wallet": {
"walletName": "<string>",
"accounts": [
{
"curve": "CURVE_UNSPECIFIED",
"pathFormat": "PATH_FORMAT_UNSPECIFIED",
"path": "<string>",
"addressFormat": "ADDRESS_FORMAT_UNSPECIFIED"
}
],
"mnemonicLength": 123
},
"disableEmailRecovery": true,
"disableEmailAuth": true,
"disableSmsAuth": true,
"disableOtpEmailAuth": true,
"verificationToken": "<string>",
"clientSignature": {
"publicKey": "<string>",
"scheme": "CLIENT_SIGNATURE_SCHEME_UNSPECIFIED",
"message": "<string>",
"signature": "<string>"
}
},
"updateWalletIntent": {
"walletId": "<string>",
"walletName": "<string>"
},
"updatePolicyIntentV2": {
"policyId": "<string>",
"policyName": "<string>",
"policyEffect": "EFFECT_UNSPECIFIED",
"policyCondition": "<string>",
"policyConsensus": "<string>",
"policyNotes": "<string>"
},
"createUsersIntentV3": {
"users": [
{
"userName": "<string>",
"apiKeys": [
{
"apiKeyName": "<string>",
"publicKey": "<string>",
"curveType": "API_KEY_CURVE_UNSPECIFIED",
"expirationSeconds": "<string>"
}
],
"authenticators": [
{
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
}
],
"oauthProviders": [
{
"providerName": "<string>",
"oidcToken": "<string>"
}
],
"userTags": [
"<string>"
],
"userEmail": "<string>",
"userPhoneNumber": "<string>"
}
]
},
"initOtpAuthIntentV2": {
"otpType": "<string>",
"contact": "<string>",
"otpLength": 123,
"emailCustomization": {
"appName": "<string>",
"logoUrl": "<string>",
"magicLinkTemplate": "<string>",
"templateVariables": "<string>",
"templateId": "<string>"
},
"smsCustomization": {
"template": "<string>"
},
"userIdentifier": "<string>",
"sendFromEmailAddress": "<string>",
"alphanumeric": true,
"sendFromEmailSenderName": "<string>",
"replyToEmailAddress": "<string>"
},
"initOtpIntent": {
"otpType": "<string>",
"contact": "<string>",
"otpLength": 123,
"emailCustomization": {
"appName": "<string>",
"logoUrl": "<string>",
"magicLinkTemplate": "<string>",
"templateVariables": "<string>",
"templateId": "<string>"
},
"smsCustomization": {
"template": "<string>"
},
"userIdentifier": "<string>",
"sendFromEmailAddress": "<string>",
"alphanumeric": true,
"sendFromEmailSenderName": "<string>",
"expirationSeconds": "<string>",
"replyToEmailAddress": "<string>"
},
"verifyOtpIntent": {
"otpId": "<string>",
"otpCode": "<string>",
"expirationSeconds": "<string>",
"publicKey": "<string>"
},
"otpLoginIntent": {
"verificationToken": "<string>",
"publicKey": "<string>",
"expirationSeconds": "<string>",
"invalidateExisting": true,
"clientSignature": {
"publicKey": "<string>",
"scheme": "CLIENT_SIGNATURE_SCHEME_UNSPECIFIED",
"message": "<string>",
"signature": "<string>"
}
},
"stampLoginIntent": {
"publicKey": "<string>",
"expirationSeconds": "<string>",
"invalidateExisting": true
},
"oauthLoginIntent": {
"oidcToken": "<string>",
"publicKey": "<string>",
"expirationSeconds": "<string>",
"invalidateExisting": true
},
"updateUserNameIntent": {
"userId": "<string>",
"userName": "<string>"
},
"updateUserEmailIntent": {
"userId": "<string>",
"userEmail": "<string>",
"verificationToken": "<string>"
},
"updateUserPhoneNumberIntent": {
"userId": "<string>",
"userPhoneNumber": "<string>",
"verificationToken": "<string>"
},
"initFiatOnRampIntent": {
"onrampProvider": "FIAT_ON_RAMP_PROVIDER_UNSPECIFIED",
"walletAddress": "<string>",
"network": "FIAT_ON_RAMP_BLOCKCHAIN_NETWORK_UNSPECIFIED",
"cryptoCurrencyCode": "FIAT_ON_RAMP_CRYPTO_CURRENCY_UNSPECIFIED",
"fiatCurrencyCode": "FIAT_ON_RAMP_CURRENCY_UNSPECIFIED",
"fiatCurrencyAmount": "<string>",
"paymentMethod": "FIAT_ON_RAMP_PAYMENT_METHOD_UNSPECIFIED",
"countryCode": "<string>",
"countrySubdivisionCode": "<string>",
"sandboxMode": true,
"urlForSignature": "<string>"
},
"createSmartContractInterfaceIntent": {
"smartContractAddress": "<string>",
"smartContractInterface": "<string>",
"type": "SMART_CONTRACT_INTERFACE_TYPE_UNSPECIFIED",
"label": "<string>",
"notes": "<string>"
},
"deleteSmartContractInterfaceIntent": {
"smartContractInterfaceId": "<string>"
},
"enableAuthProxyIntent": {},
"disableAuthProxyIntent": {},
"updateAuthProxyConfigIntent": {
"allowedOrigins": [
"<string>"
],
"allowedAuthMethods": [
"<string>"
],
"sendFromEmailAddress": "<string>",
"replyToEmailAddress": "<string>",
"emailAuthTemplateId": "<string>",
"otpTemplateId": "<string>",
"emailCustomizationParams": {
"appName": "<string>",
"logoUrl": "<string>",
"magicLinkTemplate": "<string>",
"templateVariables": "<string>",
"templateId": "<string>"
},
"smsCustomizationParams": {
"template": "<string>"
},
"walletKitSettings": {
"enabledSocialProviders": [
"<string>"
],
"oauthClientIds": {},
"oauthRedirectUrl": "<string>"
},
"otpExpirationSeconds": 123,
"verificationTokenExpirationSeconds": 123,
"sessionExpirationSeconds": 123,
"otpAlphanumeric": true,
"otpLength": 123,
"sendFromEmailSenderName": "<string>",
"verificationTokenRequiredForGetAccountPii": true
},
"createOauth2CredentialIntent": {
"provider": "OAUTH2_PROVIDER_UNSPECIFIED",
"clientId": "<string>",
"encryptedClientSecret": "<string>"
},
"updateOauth2CredentialIntent": {
"oauth2CredentialId": "<string>",
"provider": "OAUTH2_PROVIDER_UNSPECIFIED",
"clientId": "<string>",
"encryptedClientSecret": "<string>"
},
"deleteOauth2CredentialIntent": {
"oauth2CredentialId": "<string>"
},
"oauth2AuthenticateIntent": {
"oauth2CredentialId": "<string>",
"authCode": "<string>",
"redirectUri": "<string>",
"codeVerifier": "<string>",
"nonce": "<string>",
"bearerTokenTargetPublicKey": "<string>"
},
"deleteWalletAccountsIntent": {
"walletAccountIds": [
"<string>"
],
"deleteWithoutExport": true
},
"deletePoliciesIntent": {
"policyIds": [
"<string>"
]
},
"ethSendRawTransactionIntent": {
"signedTransaction": "<string>"
},
"ethSendTransactionIntent": {
"from": "<string>",
"to": "<string>",
"sponsor": true,
"value": "<string>",
"data": "<string>",
"nonce": "<string>",
"gasLimit": "<string>",
"maxFeePerGas": "<string>",
"maxPriorityFeePerGas": "<string>",
"gasStationNonce": "<string>"
},
"createFiatOnRampCredentialIntent": {
"onrampProvider": "FIAT_ON_RAMP_PROVIDER_UNSPECIFIED",
"publishableApiKey": "<string>",
"encryptedSecretApiKey": "<string>",
"projectId": "<string>",
"encryptedPrivateApiKey": "<string>",
"sandboxMode": true
},
"updateFiatOnRampCredentialIntent": {
"fiatOnrampCredentialId": "<string>",
"onrampProvider": "FIAT_ON_RAMP_PROVIDER_UNSPECIFIED",
"publishableApiKey": "<string>",
"encryptedSecretApiKey": "<string>",
"projectId": "<string>",
"encryptedPrivateApiKey": "<string>"
},
"deleteFiatOnRampCredentialIntent": {
"fiatOnrampCredentialId": "<string>"
},
"emailAuthIntentV3": {
"email": "<string>",
"targetPublicKey": "<string>",
"emailCustomization": {
"appName": "<string>",
"logoUrl": "<string>",
"magicLinkTemplate": "<string>",
"templateVariables": "<string>",
"templateId": "<string>"
},
"apiKeyName": "<string>",
"expirationSeconds": "<string>",
"invalidateExisting": true,
"sendFromEmailAddress": "<string>",
"sendFromEmailSenderName": "<string>",
"replyToEmailAddress": "<string>"
},
"initUserEmailRecoveryIntentV2": {
"email": "<string>",
"targetPublicKey": "<string>",
"emailCustomization": {
"appName": "<string>",
"logoUrl": "<string>",
"magicLinkTemplate": "<string>",
"templateVariables": "<string>",
"templateId": "<string>"
},
"expirationSeconds": "<string>",
"sendFromEmailAddress": "<string>",
"sendFromEmailSenderName": "<string>",
"replyToEmailAddress": "<string>"
},
"initOtpIntentV2": {
"otpType": "<string>",
"contact": "<string>",
"appName": "<string>",
"otpLength": 123,
"emailCustomization": {
"logoUrl": "<string>",
"magicLinkTemplate": "<string>",
"templateVariables": "<string>",
"templateId": "<string>"
},
"smsCustomization": {
"template": "<string>"
},
"userIdentifier": "<string>",
"sendFromEmailAddress": "<string>",
"alphanumeric": true,
"sendFromEmailSenderName": "<string>",
"expirationSeconds": "<string>",
"replyToEmailAddress": "<string>"
},
"initOtpAuthIntentV3": {
"otpType": "<string>",
"contact": "<string>",
"appName": "<string>",
"otpLength": 123,
"emailCustomization": {
"logoUrl": "<string>",
"magicLinkTemplate": "<string>",
"templateVariables": "<string>",
"templateId": "<string>"
},
"smsCustomization": {
"template": "<string>"
},
"userIdentifier": "<string>",
"sendFromEmailAddress": "<string>",
"alphanumeric": true,
"sendFromEmailSenderName": "<string>",
"expirationSeconds": "<string>",
"replyToEmailAddress": "<string>"
},
"upsertGasUsageConfigIntent": {
"orgWindowLimitUsd": "<string>",
"subOrgWindowLimitUsd": "<string>",
"windowDurationMinutes": "<string>"
},
"createTvcAppIntent": {
"name": "<string>",
"quorumPublicKey": "<string>",
"manifestSetId": "<string>",
"manifestSetParams": {
"name": "<string>",
"threshold": 123,
"newOperators": [
{
"name": "<string>",
"publicKey": "<string>"
}
],
"existingOperatorIds": [
"<string>"
]
},
"shareSetId": "<string>",
"shareSetParams": {
"name": "<string>",
"threshold": 123,
"newOperators": [
{
"name": "<string>",
"publicKey": "<string>"
}
],
"existingOperatorIds": [
"<string>"
]
},
"externalConnectivity": true
},
"createTvcDeploymentIntent": {
"appId": "<string>",
"qosVersion": "<string>",
"pivotContainerImageUrl": "<string>",
"pivotPath": "<string>",
"pivotArgs": [
"<string>"
],
"expectedPivotDigest": "<string>",
"hostContainerImageUrl": "<string>",
"hostPath": "<string>",
"hostArgs": [
"<string>"
],
"nonce": 123
},
"createTvcManifestApprovalsIntent": {
"manifestId": "<string>",
"approvals": [
{
"operatorId": "<string>",
"signature": "<string>"
}
]
},
"solSendTransactionIntent": {
"unsignedTransaction": "<string>",
"signWith": "<string>",
"sponsor": true,
"recentBlockhash": "<string>"
},
"initOtpIntentV3": {
"otpType": "<string>",
"contact": "<string>",
"appName": "<string>",
"otpLength": 123,
"emailCustomization": {
"logoUrl": "<string>",
"magicLinkTemplate": "<string>",
"templateVariables": "<string>",
"templateId": "<string>"
},
"smsCustomization": {
"template": "<string>"
},
"userIdentifier": "<string>",
"sendFromEmailAddress": "<string>",
"alphanumeric": true,
"sendFromEmailSenderName": "<string>",
"expirationSeconds": "<string>",
"replyToEmailAddress": "<string>"
},
"verifyOtpIntentV2": {
"otpId": "<string>",
"encryptedOtpBundle": "<string>",
"expirationSeconds": "<string>"
},
"otpLoginIntentV2": {
"verificationToken": "<string>",
"publicKey": "<string>",
"clientSignature": {
"publicKey": "<string>",
"scheme": "CLIENT_SIGNATURE_SCHEME_UNSPECIFIED",
"message": "<string>",
"signature": "<string>"
},
"expirationSeconds": "<string>",
"invalidateExisting": true
},
"updateOrganizationNameIntent": {
"organizationName": "<string>"
},
"createSubOrganizationIntentV8": {
"subOrganizationName": "<string>",
"rootUsers": [
{
"userName": "<string>",
"apiKeys": [
{
"apiKeyName": "<string>",
"publicKey": "<string>",
"curveType": "API_KEY_CURVE_UNSPECIFIED",
"expirationSeconds": "<string>"
}
],
"authenticators": [
{
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
}
],
"oauthProviders": [
{
"providerName": "<string>",
"oidcToken": "<string>",
"oidcClaims": {
"iss": "<string>",
"sub": "<string>",
"aud": "<string>"
}
}
],
"userEmail": "<string>",
"userPhoneNumber": "<string>"
}
],
"rootQuorumThreshold": 123,
"wallet": {
"walletName": "<string>",
"accounts": [
{
"curve": "CURVE_UNSPECIFIED",
"pathFormat": "PATH_FORMAT_UNSPECIFIED",
"path": "<string>",
"addressFormat": "ADDRESS_FORMAT_UNSPECIFIED"
}
],
"mnemonicLength": 123
},
"disableEmailRecovery": true,
"disableEmailAuth": true,
"disableSmsAuth": true,
"disableOtpEmailAuth": true,
"verificationToken": "<string>",
"clientSignature": {
"publicKey": "<string>",
"scheme": "CLIENT_SIGNATURE_SCHEME_UNSPECIFIED",
"message": "<string>",
"signature": "<string>"
}
},
"createOauthProvidersIntentV2": {
"userId": "<string>",
"oauthProviders": [
{
"providerName": "<string>",
"oidcToken": "<string>",
"oidcClaims": {
"iss": "<string>",
"sub": "<string>",
"aud": "<string>"
}
}
]
},
"createUsersIntentV4": {
"users": [
{
"userName": "<string>",
"apiKeys": [
{
"apiKeyName": "<string>",
"publicKey": "<string>",
"curveType": "API_KEY_CURVE_UNSPECIFIED",
"expirationSeconds": "<string>"
}
],
"authenticators": [
{
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
}
],
"oauthProviders": [
{
"providerName": "<string>",
"oidcToken": "<string>",
"oidcClaims": {
"iss": "<string>",
"sub": "<string>",
"aud": "<string>"
}
}
],
"userTags": [
"<string>"
],
"userEmail": "<string>",
"userPhoneNumber": "<string>"
}
]
}
},
"result": {
"createOrganizationResult": {
"organizationId": "<string>"
},
"createAuthenticatorsResult": {
"authenticatorIds": [
"<string>"
]
},
"createUsersResult": {
"userIds": [
"<string>"
]
},
"createPrivateKeysResult": {
"privateKeyIds": [
"<string>"
]
},
"createInvitationsResult": {
"invitationIds": [
"<string>"
]
},
"acceptInvitationResult": {
"invitationId": "<string>",
"userId": "<string>"
},
"signRawPayloadResult": {
"r": "<string>",
"s": "<string>",
"v": "<string>"
},
"createPolicyResult": {
"policyId": "<string>"
},
"disablePrivateKeyResult": {
"privateKeyId": "<string>"
},
"deleteUsersResult": {
"userIds": [
"<string>"
]
},
"deleteAuthenticatorsResult": {
"authenticatorIds": [
"<string>"
]
},
"deleteInvitationResult": {
"invitationId": "<string>"
},
"deleteOrganizationResult": {
"organizationId": "<string>"
},
"deletePolicyResult": {
"policyId": "<string>"
},
"createUserTagResult": {
"userTagId": "<string>",
"userIds": [
"<string>"
]
},
"deleteUserTagsResult": {
"userTagIds": [
"<string>"
],
"userIds": [
"<string>"
]
},
"signTransactionResult": {
"signedTransaction": "<string>"
},
"deleteApiKeysResult": {
"apiKeyIds": [
"<string>"
]
},
"createApiKeysResult": {
"apiKeyIds": [
"<string>"
]
},
"createPrivateKeyTagResult": {
"privateKeyTagId": "<string>",
"privateKeyIds": [
"<string>"
]
},
"deletePrivateKeyTagsResult": {
"privateKeyTagIds": [
"<string>"
],
"privateKeyIds": [
"<string>"
]
},
"setPaymentMethodResult": {
"lastFour": "<string>",
"cardHolderName": "<string>",
"cardHolderEmail": "<string>"
},
"activateBillingTierResult": {
"productId": "<string>"
},
"deletePaymentMethodResult": {
"paymentMethodId": "<string>"
},
"createApiOnlyUsersResult": {
"userIds": [
"<string>"
]
},
"updateRootQuorumResult": {},
"updateUserTagResult": {
"userTagId": "<string>"
},
"updatePrivateKeyTagResult": {
"privateKeyTagId": "<string>"
},
"createSubOrganizationResult": {
"subOrganizationId": "<string>",
"rootUserIds": [
"<string>"
]
},
"updateAllowedOriginsResult": {},
"createPrivateKeysResultV2": {
"privateKeys": [
{
"privateKeyId": "<string>",
"addresses": [
{
"format": "ADDRESS_FORMAT_UNSPECIFIED",
"address": "<string>"
}
]
}
]
},
"updateUserResult": {
"userId": "<string>"
},
"updatePolicyResult": {
"policyId": "<string>"
},
"createSubOrganizationResultV3": {
"subOrganizationId": "<string>",
"privateKeys": [
{
"privateKeyId": "<string>",
"addresses": [
{
"format": "ADDRESS_FORMAT_UNSPECIFIED",
"address": "<string>"
}
]
}
],
"rootUserIds": [
"<string>"
]
},
"createWalletResult": {
"walletId": "<string>",
"addresses": [
"<string>"
]
},
"createWalletAccountsResult": {
"addresses": [
"<string>"
]
},
"initUserEmailRecoveryResult": {
"userId": "<string>"
},
"recoverUserResult": {
"authenticatorId": [
"<string>"
]
},
"setOrganizationFeatureResult": {
"features": [
{
"name": "FEATURE_NAME_UNSPECIFIED",
"value": "<string>"
}
]
},
"removeOrganizationFeatureResult": {
"features": [
{
"name": "FEATURE_NAME_UNSPECIFIED",
"value": "<string>"
}
]
},
"exportPrivateKeyResult": {
"privateKeyId": "<string>",
"exportBundle": "<string>"
},
"exportWalletResult": {
"walletId": "<string>",
"exportBundle": "<string>"
},
"createSubOrganizationResultV4": {
"subOrganizationId": "<string>",
"wallet": {
"walletId": "<string>",
"addresses": [
"<string>"
]
},
"rootUserIds": [
"<string>"
]
},
"emailAuthResult": {
"userId": "<string>",
"apiKeyId": "<string>",
"credentialBundle": "<string>"
},
"exportWalletAccountResult": {
"address": "<string>",
"exportBundle": "<string>"
},
"initImportWalletResult": {
"importBundle": "<string>"
},
"importWalletResult": {
"walletId": "<string>",
"addresses": [
"<string>"
]
},
"initImportPrivateKeyResult": {
"importBundle": "<string>"
},
"importPrivateKeyResult": {
"privateKeyId": "<string>",
"addresses": [
{
"format": "ADDRESS_FORMAT_UNSPECIFIED",
"address": "<string>"
}
]
},
"createPoliciesResult": {
"policyIds": [
"<string>"
]
},
"signRawPayloadsResult": {
"signatures": [
{
"r": "<string>",
"s": "<string>",
"v": "<string>"
}
]
},
"createReadOnlySessionResult": {
"organizationId": "<string>",
"organizationName": "<string>",
"userId": "<string>",
"username": "<string>",
"session": "<string>",
"sessionExpiry": "<string>"
},
"createOauthProvidersResult": {
"providerIds": [
"<string>"
]
},
"deleteOauthProvidersResult": {
"providerIds": [
"<string>"
]
},
"createSubOrganizationResultV5": {
"subOrganizationId": "<string>",
"wallet": {
"walletId": "<string>",
"addresses": [
"<string>"
]
},
"rootUserIds": [
"<string>"
]
},
"oauthResult": {
"userId": "<string>",
"apiKeyId": "<string>",
"credentialBundle": "<string>"
},
"createReadWriteSessionResult": {
"organizationId": "<string>",
"organizationName": "<string>",
"userId": "<string>",
"username": "<string>",
"apiKeyId": "<string>",
"credentialBundle": "<string>"
},
"createSubOrganizationResultV6": {
"subOrganizationId": "<string>",
"wallet": {
"walletId": "<string>",
"addresses": [
"<string>"
]
},
"rootUserIds": [
"<string>"
]
},
"deletePrivateKeysResult": {
"privateKeyIds": [
"<string>"
]
},
"deleteWalletsResult": {
"walletIds": [
"<string>"
]
},
"createReadWriteSessionResultV2": {
"organizationId": "<string>",
"organizationName": "<string>",
"userId": "<string>",
"username": "<string>",
"apiKeyId": "<string>",
"credentialBundle": "<string>"
},
"deleteSubOrganizationResult": {
"subOrganizationUuid": "<string>"
},
"initOtpAuthResult": {
"otpId": "<string>"
},
"otpAuthResult": {
"userId": "<string>",
"apiKeyId": "<string>",
"credentialBundle": "<string>"
},
"createSubOrganizationResultV7": {
"subOrganizationId": "<string>",
"wallet": {
"walletId": "<string>",
"addresses": [
"<string>"
]
},
"rootUserIds": [
"<string>"
]
},
"updateWalletResult": {
"walletId": "<string>"
},
"updatePolicyResultV2": {
"policyId": "<string>"
},
"initOtpAuthResultV2": {
"otpId": "<string>"
},
"initOtpResult": {
"otpId": "<string>"
},
"verifyOtpResult": {
"verificationToken": "<string>"
},
"otpLoginResult": {
"session": "<string>"
},
"stampLoginResult": {
"session": "<string>"
},
"oauthLoginResult": {
"session": "<string>"
},
"updateUserNameResult": {
"userId": "<string>"
},
"updateUserEmailResult": {
"userId": "<string>"
},
"updateUserPhoneNumberResult": {
"userId": "<string>"
},
"initFiatOnRampResult": {
"onRampUrl": "<string>",
"onRampTransactionId": "<string>",
"onRampUrlSignature": "<string>"
},
"createSmartContractInterfaceResult": {
"smartContractInterfaceId": "<string>"
},
"deleteSmartContractInterfaceResult": {
"smartContractInterfaceId": "<string>"
},
"enableAuthProxyResult": {
"userId": "<string>",
"encryptedApiKey": "aSDinaTvuI8gbWludGxpZnk="
},
"disableAuthProxyResult": {},
"updateAuthProxyConfigResult": {
"configId": "<string>"
},
"createOauth2CredentialResult": {
"oauth2CredentialId": "<string>"
},
"updateOauth2CredentialResult": {
"oauth2CredentialId": "<string>"
},
"deleteOauth2CredentialResult": {
"oauth2CredentialId": "<string>"
},
"oauth2AuthenticateResult": {
"oidcToken": "<string>"
},
"deleteWalletAccountsResult": {
"walletAccountIds": [
"<string>"
]
},
"deletePoliciesResult": {
"policyIds": [
"<string>"
]
},
"ethSendRawTransactionResult": {
"transactionHash": "<string>"
},
"createFiatOnRampCredentialResult": {
"fiatOnRampCredentialId": "<string>"
},
"updateFiatOnRampCredentialResult": {
"fiatOnRampCredentialId": "<string>"
},
"deleteFiatOnRampCredentialResult": {
"fiatOnRampCredentialId": "<string>"
},
"ethSendTransactionResult": {
"sendTransactionStatusId": "<string>"
},
"upsertGasUsageConfigResult": {
"gasUsageConfigId": "<string>"
},
"createTvcAppResult": {
"appId": "<string>",
"manifestSetId": "<string>",
"manifestSetOperatorIds": [
"<string>"
],
"manifestSetThreshold": 123
},
"createTvcDeploymentResult": {
"deploymentId": "<string>",
"manifestId": "<string>"
},
"createTvcManifestApprovalsResult": {
"approvalIds": [
"<string>"
]
},
"solSendTransactionResult": {
"sendTransactionStatusId": "<string>"
},
"initOtpResultV2": {
"otpId": "<string>",
"otpEncryptionTargetBundle": "<string>"
},
"updateOrganizationNameResult": {
"organizationId": "<string>",
"organizationName": "<string>"
},
"createSubOrganizationResultV8": {
"subOrganizationId": "<string>",
"wallet": {
"walletId": "<string>",
"addresses": [
"<string>"
]
},
"rootUserIds": [
"<string>"
]
},
"createOauthProvidersResultV2": {
"providerIds": [
"<string>"
]
}
},
"votes": [
{
"id": "<string>",
"userId": "<string>",
"user": {
"userId": "<string>",
"userName": "<string>",
"authenticators": [
{
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
],
"attestationType": "<string>",
"aaguid": "<string>",
"credentialId": "<string>",
"model": "<string>",
"credential": {
"publicKey": "<string>",
"type": "CREDENTIAL_TYPE_UNSPECIFIED"
},
"authenticatorId": "<string>",
"authenticatorName": "<string>",
"createdAt": {
"seconds": "<string>",
"nanos": "<string>"
},
"updatedAt": {
"seconds": "<string>",
"nanos": "<string>"
}
}
],
"apiKeys": [
{
"credential": {
"publicKey": "<string>",
"type": "CREDENTIAL_TYPE_UNSPECIFIED"
},
"apiKeyId": "<string>",
"apiKeyName": "<string>",
"createdAt": {
"seconds": "<string>",
"nanos": "<string>"
},
"updatedAt": {
"seconds": "<string>",
"nanos": "<string>"
},
"expirationSeconds": "<string>"
}
],
"userTags": [
"<string>"
],
"oauthProviders": [
{
"providerId": "<string>",
"providerName": "<string>",
"issuer": "<string>",
"audience": "<string>",
"subject": "<string>",
"createdAt": {
"seconds": "<string>",
"nanos": "<string>"
},
"updatedAt": {
"seconds": "<string>",
"nanos": "<string>"
}
}
],
"createdAt": {
"seconds": "<string>",
"nanos": "<string>"
},
"updatedAt": {
"seconds": "<string>",
"nanos": "<string>"
},
"userEmail": "<string>",
"userPhoneNumber": "<string>"
},
"activityId": "<string>",
"message": "<string>",
"publicKey": "<string>",
"signature": "<string>",
"scheme": "<string>",
"createdAt": {
"seconds": "<string>",
"nanos": "<string>"
}
}
],
"fingerprint": "<string>",
"canApprove": true,
"canReject": true,
"createdAt": {
"seconds": "<string>",
"nanos": "<string>"
},
"updatedAt": {
"seconds": "<string>",
"nanos": "<string>"
},
"timestampMs": "<string>",
"appProofs": [
{
"scheme": "SIGNATURE_SCHEME_UNSPECIFIED",
"publicKey": "<string>",
"proofPayload": "<string>",
"signature": "<string>"
}
],
"failure": {
"code": 123,
"message": "<string>",
"details": [
{
"@type": "<string>"
}
]
}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.0xkey.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
ApiKeyAuthAuthenticatorAuth
Body
application/json
Response
A successful response.
An action that can that can be taken within the 0xkey infrastructure.
Show child attributes
Show child attributes
⌘I
Get activity
curl --request POST \
--url https://api.0xkey.io/public/v1/query/get_activity \
--header 'Content-Type: application/json' \
--header 'X-Stamp: <api-key>' \
--data '
{
"organizationId": "<string>",
"activityId": "<string>"
}
'{
"activity": {
"id": "<string>",
"organizationId": "<string>",
"status": "ACTIVITY_STATUS_UNSPECIFIED",
"type": "ACTIVITY_TYPE_UNSPECIFIED",
"intent": {
"createOrganizationIntent": {
"organizationName": "<string>",
"rootEmail": "<string>",
"rootAuthenticator": {
"authenticatorName": "<string>",
"userId": "<string>",
"attestation": {
"id": "<string>",
"rawId": "<string>",
"response": {
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
},
"clientExtensionResults": {
"appid": true,
"appidExclude": true,
"credProps": {
"rk": true
}
}
},
"challenge": "<string>"
},
"rootUserId": "<string>"
},
"createAuthenticatorsIntent": {
"authenticators": [
{
"authenticatorName": "<string>",
"userId": "<string>",
"attestation": {
"id": "<string>",
"rawId": "<string>",
"response": {
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
},
"clientExtensionResults": {
"appid": true,
"appidExclude": true,
"credProps": {
"rk": true
}
}
},
"challenge": "<string>"
}
],
"userId": "<string>"
},
"createUsersIntent": {
"users": [
{
"userName": "<string>",
"accessType": "ACCESS_TYPE_UNSPECIFIED",
"apiKeys": [
{
"apiKeyName": "<string>",
"publicKey": "<string>",
"expirationSeconds": "<string>"
}
],
"authenticators": [
{
"authenticatorName": "<string>",
"userId": "<string>",
"attestation": {
"id": "<string>",
"rawId": "<string>",
"response": {
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
},
"clientExtensionResults": {
"appid": true,
"appidExclude": true,
"credProps": {
"rk": true
}
}
},
"challenge": "<string>"
}
],
"userTags": [
"<string>"
],
"userEmail": "<string>"
}
]
},
"createPrivateKeysIntent": {
"privateKeys": [
{
"privateKeyName": "<string>",
"curve": "CURVE_UNSPECIFIED",
"privateKeyTags": [
"<string>"
],
"addressFormats": [
"ADDRESS_FORMAT_UNSPECIFIED"
]
}
]
},
"signRawPayloadIntent": {
"privateKeyId": "<string>",
"payload": "<string>",
"encoding": "PAYLOAD_ENCODING_UNSPECIFIED",
"hashFunction": "HASH_FUNCTION_UNSPECIFIED"
},
"createInvitationsIntent": {
"invitations": [
{
"receiverUserName": "<string>",
"receiverUserEmail": "<string>",
"receiverUserTags": [
"<string>"
],
"accessType": "ACCESS_TYPE_UNSPECIFIED",
"senderUserId": "<string>"
}
]
},
"acceptInvitationIntent": {
"invitationId": "<string>",
"userId": "<string>",
"authenticator": {
"authenticatorName": "<string>",
"userId": "<string>",
"attestation": {
"id": "<string>",
"rawId": "<string>",
"response": {
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
},
"clientExtensionResults": {
"appid": true,
"appidExclude": true,
"credProps": {
"rk": true
}
}
},
"challenge": "<string>"
}
},
"createPolicyIntent": {
"policyName": "<string>",
"selectors": [
{
"subject": "<string>",
"operator": "OPERATOR_UNSPECIFIED",
"target": "<string>"
}
],
"effect": "EFFECT_UNSPECIFIED",
"notes": "<string>"
},
"disablePrivateKeyIntent": {
"privateKeyId": "<string>"
},
"deleteUsersIntent": {
"userIds": [
"<string>"
]
},
"deleteAuthenticatorsIntent": {
"userId": "<string>",
"authenticatorIds": [
"<string>"
]
},
"deleteInvitationIntent": {
"invitationId": "<string>"
},
"deleteOrganizationIntent": {
"organizationId": "<string>"
},
"deletePolicyIntent": {
"policyId": "<string>"
},
"createUserTagIntent": {
"userTagName": "<string>",
"userIds": [
"<string>"
]
},
"deleteUserTagsIntent": {
"userTagIds": [
"<string>"
]
},
"signTransactionIntent": {
"privateKeyId": "<string>",
"unsignedTransaction": "<string>",
"type": "TRANSACTION_TYPE_UNSPECIFIED"
},
"createApiKeysIntent": {
"apiKeys": [
{
"apiKeyName": "<string>",
"publicKey": "<string>",
"expirationSeconds": "<string>"
}
],
"userId": "<string>"
},
"deleteApiKeysIntent": {
"userId": "<string>",
"apiKeyIds": [
"<string>"
]
},
"approveActivityIntent": {
"fingerprint": "<string>"
},
"rejectActivityIntent": {
"fingerprint": "<string>"
},
"createPrivateKeyTagIntent": {
"privateKeyTagName": "<string>",
"privateKeyIds": [
"<string>"
]
},
"deletePrivateKeyTagsIntent": {
"privateKeyTagIds": [
"<string>"
]
},
"createPolicyIntentV2": {
"policyName": "<string>",
"selectors": [
{
"subject": "<string>",
"operator": "OPERATOR_UNSPECIFIED",
"targets": [
"<string>"
]
}
],
"effect": "EFFECT_UNSPECIFIED",
"notes": "<string>"
},
"setPaymentMethodIntent": {
"number": "<string>",
"cvv": "<string>",
"expiryMonth": "<string>",
"expiryYear": "<string>",
"cardHolderEmail": "<string>",
"cardHolderName": "<string>"
},
"activateBillingTierIntent": {
"productId": "<string>"
},
"deletePaymentMethodIntent": {
"paymentMethodId": "<string>"
},
"createPolicyIntentV3": {
"policyName": "<string>",
"effect": "EFFECT_UNSPECIFIED",
"notes": "<string>",
"condition": "<string>",
"consensus": "<string>"
},
"createApiOnlyUsersIntent": {
"apiOnlyUsers": [
{
"userName": "<string>",
"userTags": [
"<string>"
],
"apiKeys": [
{
"apiKeyName": "<string>",
"publicKey": "<string>",
"expirationSeconds": "<string>"
}
],
"userEmail": "<string>"
}
]
},
"updateRootQuorumIntent": {
"threshold": 123,
"userIds": [
"<string>"
]
},
"updateUserTagIntent": {
"userTagId": "<string>",
"addUserIds": [
"<string>"
],
"removeUserIds": [
"<string>"
],
"newUserTagName": "<string>"
},
"updatePrivateKeyTagIntent": {
"privateKeyTagId": "<string>",
"addPrivateKeyIds": [
"<string>"
],
"removePrivateKeyIds": [
"<string>"
],
"newPrivateKeyTagName": "<string>"
},
"createAuthenticatorsIntentV2": {
"authenticators": [
{
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
}
],
"userId": "<string>"
},
"acceptInvitationIntentV2": {
"invitationId": "<string>",
"userId": "<string>",
"authenticator": {
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
}
},
"createOrganizationIntentV2": {
"organizationName": "<string>",
"rootEmail": "<string>",
"rootAuthenticator": {
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
},
"rootUserId": "<string>"
},
"createUsersIntentV2": {
"users": [
{
"userName": "<string>",
"apiKeys": [
{
"apiKeyName": "<string>",
"publicKey": "<string>",
"expirationSeconds": "<string>"
}
],
"authenticators": [
{
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
}
],
"userTags": [
"<string>"
],
"userEmail": "<string>"
}
]
},
"createSubOrganizationIntent": {
"name": "<string>",
"rootAuthenticator": {
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
}
},
"createSubOrganizationIntentV2": {
"subOrganizationName": "<string>",
"rootUsers": [
{
"userName": "<string>",
"apiKeys": [
{
"apiKeyName": "<string>",
"publicKey": "<string>",
"expirationSeconds": "<string>"
}
],
"authenticators": [
{
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
}
],
"userEmail": "<string>"
}
],
"rootQuorumThreshold": 123
},
"updateAllowedOriginsIntent": {
"allowedOrigins": [
"<string>"
]
},
"createPrivateKeysIntentV2": {
"privateKeys": [
{
"privateKeyName": "<string>",
"curve": "CURVE_UNSPECIFIED",
"privateKeyTags": [
"<string>"
],
"addressFormats": [
"ADDRESS_FORMAT_UNSPECIFIED"
]
}
]
},
"updateUserIntent": {
"userId": "<string>",
"userName": "<string>",
"userEmail": "<string>",
"userTagIds": [
"<string>"
],
"userPhoneNumber": "<string>"
},
"updatePolicyIntent": {
"policyId": "<string>",
"policyName": "<string>",
"policyEffect": "EFFECT_UNSPECIFIED",
"policyCondition": "<string>",
"policyConsensus": "<string>",
"policyNotes": "<string>"
},
"setPaymentMethodIntentV2": {
"paymentMethodId": "<string>",
"cardHolderEmail": "<string>",
"cardHolderName": "<string>"
},
"createSubOrganizationIntentV3": {
"subOrganizationName": "<string>",
"rootUsers": [
{
"userName": "<string>",
"apiKeys": [
{
"apiKeyName": "<string>",
"publicKey": "<string>",
"expirationSeconds": "<string>"
}
],
"authenticators": [
{
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
}
],
"userEmail": "<string>"
}
],
"rootQuorumThreshold": 123,
"privateKeys": [
{
"privateKeyName": "<string>",
"curve": "CURVE_UNSPECIFIED",
"privateKeyTags": [
"<string>"
],
"addressFormats": [
"ADDRESS_FORMAT_UNSPECIFIED"
]
}
]
},
"createWalletIntent": {
"walletName": "<string>",
"accounts": [
{
"curve": "CURVE_UNSPECIFIED",
"pathFormat": "PATH_FORMAT_UNSPECIFIED",
"path": "<string>",
"addressFormat": "ADDRESS_FORMAT_UNSPECIFIED"
}
],
"mnemonicLength": 123
},
"createWalletAccountsIntent": {
"walletId": "<string>",
"accounts": [
{
"curve": "CURVE_UNSPECIFIED",
"pathFormat": "PATH_FORMAT_UNSPECIFIED",
"path": "<string>",
"addressFormat": "ADDRESS_FORMAT_UNSPECIFIED"
}
],
"persist": true
},
"initUserEmailRecoveryIntent": {
"email": "<string>",
"targetPublicKey": "<string>",
"expirationSeconds": "<string>",
"emailCustomization": {
"appName": "<string>",
"logoUrl": "<string>",
"magicLinkTemplate": "<string>",
"templateVariables": "<string>",
"templateId": "<string>"
},
"sendFromEmailAddress": "<string>",
"sendFromEmailSenderName": "<string>",
"replyToEmailAddress": "<string>"
},
"recoverUserIntent": {
"authenticator": {
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
},
"userId": "<string>"
},
"setOrganizationFeatureIntent": {
"name": "FEATURE_NAME_UNSPECIFIED",
"value": "<string>"
},
"removeOrganizationFeatureIntent": {
"name": "FEATURE_NAME_UNSPECIFIED"
},
"signRawPayloadIntentV2": {
"signWith": "<string>",
"payload": "<string>",
"encoding": "PAYLOAD_ENCODING_UNSPECIFIED",
"hashFunction": "HASH_FUNCTION_UNSPECIFIED"
},
"signTransactionIntentV2": {
"signWith": "<string>",
"unsignedTransaction": "<string>",
"type": "TRANSACTION_TYPE_UNSPECIFIED"
},
"exportPrivateKeyIntent": {
"privateKeyId": "<string>",
"targetPublicKey": "<string>"
},
"exportWalletIntent": {
"walletId": "<string>",
"targetPublicKey": "<string>",
"language": "MNEMONIC_LANGUAGE_UNSPECIFIED"
},
"createSubOrganizationIntentV4": {
"subOrganizationName": "<string>",
"rootUsers": [
{
"userName": "<string>",
"apiKeys": [
{
"apiKeyName": "<string>",
"publicKey": "<string>",
"expirationSeconds": "<string>"
}
],
"authenticators": [
{
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
}
],
"userEmail": "<string>"
}
],
"rootQuorumThreshold": 123,
"wallet": {
"walletName": "<string>",
"accounts": [
{
"curve": "CURVE_UNSPECIFIED",
"pathFormat": "PATH_FORMAT_UNSPECIFIED",
"path": "<string>",
"addressFormat": "ADDRESS_FORMAT_UNSPECIFIED"
}
],
"mnemonicLength": 123
},
"disableEmailRecovery": true,
"disableEmailAuth": true
},
"emailAuthIntent": {
"email": "<string>",
"targetPublicKey": "<string>",
"apiKeyName": "<string>",
"expirationSeconds": "<string>",
"emailCustomization": {
"appName": "<string>",
"logoUrl": "<string>",
"magicLinkTemplate": "<string>",
"templateVariables": "<string>",
"templateId": "<string>"
},
"invalidateExisting": true,
"sendFromEmailAddress": "<string>",
"sendFromEmailSenderName": "<string>",
"replyToEmailAddress": "<string>"
},
"exportWalletAccountIntent": {
"address": "<string>",
"targetPublicKey": "<string>"
},
"initImportWalletIntent": {
"userId": "<string>"
},
"importWalletIntent": {
"userId": "<string>",
"walletName": "<string>",
"encryptedBundle": "<string>",
"accounts": [
{
"curve": "CURVE_UNSPECIFIED",
"pathFormat": "PATH_FORMAT_UNSPECIFIED",
"path": "<string>",
"addressFormat": "ADDRESS_FORMAT_UNSPECIFIED"
}
]
},
"initImportPrivateKeyIntent": {
"userId": "<string>"
},
"importPrivateKeyIntent": {
"userId": "<string>",
"privateKeyName": "<string>",
"encryptedBundle": "<string>",
"curve": "CURVE_UNSPECIFIED",
"addressFormats": [
"ADDRESS_FORMAT_UNSPECIFIED"
]
},
"createPoliciesIntent": {
"policies": [
{
"policyName": "<string>",
"effect": "EFFECT_UNSPECIFIED",
"notes": "<string>",
"condition": "<string>",
"consensus": "<string>"
}
]
},
"signRawPayloadsIntent": {
"signWith": "<string>",
"payloads": [
"<string>"
],
"encoding": "PAYLOAD_ENCODING_UNSPECIFIED",
"hashFunction": "HASH_FUNCTION_UNSPECIFIED"
},
"createReadOnlySessionIntent": {},
"createOauthProvidersIntent": {
"userId": "<string>",
"oauthProviders": [
{
"providerName": "<string>",
"oidcToken": "<string>"
}
]
},
"deleteOauthProvidersIntent": {
"userId": "<string>",
"providerIds": [
"<string>"
]
},
"createSubOrganizationIntentV5": {
"subOrganizationName": "<string>",
"rootUsers": [
{
"userName": "<string>",
"apiKeys": [
{
"apiKeyName": "<string>",
"publicKey": "<string>",
"expirationSeconds": "<string>"
}
],
"authenticators": [
{
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
}
],
"oauthProviders": [
{
"providerName": "<string>",
"oidcToken": "<string>"
}
],
"userEmail": "<string>"
}
],
"rootQuorumThreshold": 123,
"wallet": {
"walletName": "<string>",
"accounts": [
{
"curve": "CURVE_UNSPECIFIED",
"pathFormat": "PATH_FORMAT_UNSPECIFIED",
"path": "<string>",
"addressFormat": "ADDRESS_FORMAT_UNSPECIFIED"
}
],
"mnemonicLength": 123
},
"disableEmailRecovery": true,
"disableEmailAuth": true
},
"oauthIntent": {
"oidcToken": "<string>",
"targetPublicKey": "<string>",
"apiKeyName": "<string>",
"expirationSeconds": "<string>",
"invalidateExisting": true
},
"createApiKeysIntentV2": {
"apiKeys": [
{
"apiKeyName": "<string>",
"publicKey": "<string>",
"curveType": "API_KEY_CURVE_UNSPECIFIED",
"expirationSeconds": "<string>"
}
],
"userId": "<string>"
},
"createReadWriteSessionIntent": {
"targetPublicKey": "<string>",
"email": "<string>",
"apiKeyName": "<string>",
"expirationSeconds": "<string>"
},
"emailAuthIntentV2": {
"email": "<string>",
"targetPublicKey": "<string>",
"apiKeyName": "<string>",
"expirationSeconds": "<string>",
"emailCustomization": {
"appName": "<string>",
"logoUrl": "<string>",
"magicLinkTemplate": "<string>",
"templateVariables": "<string>",
"templateId": "<string>"
},
"invalidateExisting": true,
"sendFromEmailAddress": "<string>",
"sendFromEmailSenderName": "<string>",
"replyToEmailAddress": "<string>"
},
"createSubOrganizationIntentV6": {
"subOrganizationName": "<string>",
"rootUsers": [
{
"userName": "<string>",
"apiKeys": [
{
"apiKeyName": "<string>",
"publicKey": "<string>",
"curveType": "API_KEY_CURVE_UNSPECIFIED",
"expirationSeconds": "<string>"
}
],
"authenticators": [
{
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
}
],
"oauthProviders": [
{
"providerName": "<string>",
"oidcToken": "<string>"
}
],
"userEmail": "<string>"
}
],
"rootQuorumThreshold": 123,
"wallet": {
"walletName": "<string>",
"accounts": [
{
"curve": "CURVE_UNSPECIFIED",
"pathFormat": "PATH_FORMAT_UNSPECIFIED",
"path": "<string>",
"addressFormat": "ADDRESS_FORMAT_UNSPECIFIED"
}
],
"mnemonicLength": 123
},
"disableEmailRecovery": true,
"disableEmailAuth": true
},
"deletePrivateKeysIntent": {
"privateKeyIds": [
"<string>"
],
"deleteWithoutExport": true
},
"deleteWalletsIntent": {
"walletIds": [
"<string>"
],
"deleteWithoutExport": true
},
"createReadWriteSessionIntentV2": {
"targetPublicKey": "<string>",
"userId": "<string>",
"apiKeyName": "<string>",
"expirationSeconds": "<string>",
"invalidateExisting": true
},
"deleteSubOrganizationIntent": {
"deleteWithoutExport": true
},
"initOtpAuthIntent": {
"otpType": "<string>",
"contact": "<string>",
"emailCustomization": {
"appName": "<string>",
"logoUrl": "<string>",
"magicLinkTemplate": "<string>",
"templateVariables": "<string>",
"templateId": "<string>"
},
"smsCustomization": {
"template": "<string>"
},
"userIdentifier": "<string>",
"sendFromEmailAddress": "<string>",
"sendFromEmailSenderName": "<string>",
"replyToEmailAddress": "<string>"
},
"otpAuthIntent": {
"otpId": "<string>",
"otpCode": "<string>",
"targetPublicKey": "<string>",
"apiKeyName": "<string>",
"expirationSeconds": "<string>",
"invalidateExisting": true
},
"createSubOrganizationIntentV7": {
"subOrganizationName": "<string>",
"rootUsers": [
{
"userName": "<string>",
"apiKeys": [
{
"apiKeyName": "<string>",
"publicKey": "<string>",
"curveType": "API_KEY_CURVE_UNSPECIFIED",
"expirationSeconds": "<string>"
}
],
"authenticators": [
{
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
}
],
"oauthProviders": [
{
"providerName": "<string>",
"oidcToken": "<string>"
}
],
"userEmail": "<string>",
"userPhoneNumber": "<string>"
}
],
"rootQuorumThreshold": 123,
"wallet": {
"walletName": "<string>",
"accounts": [
{
"curve": "CURVE_UNSPECIFIED",
"pathFormat": "PATH_FORMAT_UNSPECIFIED",
"path": "<string>",
"addressFormat": "ADDRESS_FORMAT_UNSPECIFIED"
}
],
"mnemonicLength": 123
},
"disableEmailRecovery": true,
"disableEmailAuth": true,
"disableSmsAuth": true,
"disableOtpEmailAuth": true,
"verificationToken": "<string>",
"clientSignature": {
"publicKey": "<string>",
"scheme": "CLIENT_SIGNATURE_SCHEME_UNSPECIFIED",
"message": "<string>",
"signature": "<string>"
}
},
"updateWalletIntent": {
"walletId": "<string>",
"walletName": "<string>"
},
"updatePolicyIntentV2": {
"policyId": "<string>",
"policyName": "<string>",
"policyEffect": "EFFECT_UNSPECIFIED",
"policyCondition": "<string>",
"policyConsensus": "<string>",
"policyNotes": "<string>"
},
"createUsersIntentV3": {
"users": [
{
"userName": "<string>",
"apiKeys": [
{
"apiKeyName": "<string>",
"publicKey": "<string>",
"curveType": "API_KEY_CURVE_UNSPECIFIED",
"expirationSeconds": "<string>"
}
],
"authenticators": [
{
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
}
],
"oauthProviders": [
{
"providerName": "<string>",
"oidcToken": "<string>"
}
],
"userTags": [
"<string>"
],
"userEmail": "<string>",
"userPhoneNumber": "<string>"
}
]
},
"initOtpAuthIntentV2": {
"otpType": "<string>",
"contact": "<string>",
"otpLength": 123,
"emailCustomization": {
"appName": "<string>",
"logoUrl": "<string>",
"magicLinkTemplate": "<string>",
"templateVariables": "<string>",
"templateId": "<string>"
},
"smsCustomization": {
"template": "<string>"
},
"userIdentifier": "<string>",
"sendFromEmailAddress": "<string>",
"alphanumeric": true,
"sendFromEmailSenderName": "<string>",
"replyToEmailAddress": "<string>"
},
"initOtpIntent": {
"otpType": "<string>",
"contact": "<string>",
"otpLength": 123,
"emailCustomization": {
"appName": "<string>",
"logoUrl": "<string>",
"magicLinkTemplate": "<string>",
"templateVariables": "<string>",
"templateId": "<string>"
},
"smsCustomization": {
"template": "<string>"
},
"userIdentifier": "<string>",
"sendFromEmailAddress": "<string>",
"alphanumeric": true,
"sendFromEmailSenderName": "<string>",
"expirationSeconds": "<string>",
"replyToEmailAddress": "<string>"
},
"verifyOtpIntent": {
"otpId": "<string>",
"otpCode": "<string>",
"expirationSeconds": "<string>",
"publicKey": "<string>"
},
"otpLoginIntent": {
"verificationToken": "<string>",
"publicKey": "<string>",
"expirationSeconds": "<string>",
"invalidateExisting": true,
"clientSignature": {
"publicKey": "<string>",
"scheme": "CLIENT_SIGNATURE_SCHEME_UNSPECIFIED",
"message": "<string>",
"signature": "<string>"
}
},
"stampLoginIntent": {
"publicKey": "<string>",
"expirationSeconds": "<string>",
"invalidateExisting": true
},
"oauthLoginIntent": {
"oidcToken": "<string>",
"publicKey": "<string>",
"expirationSeconds": "<string>",
"invalidateExisting": true
},
"updateUserNameIntent": {
"userId": "<string>",
"userName": "<string>"
},
"updateUserEmailIntent": {
"userId": "<string>",
"userEmail": "<string>",
"verificationToken": "<string>"
},
"updateUserPhoneNumberIntent": {
"userId": "<string>",
"userPhoneNumber": "<string>",
"verificationToken": "<string>"
},
"initFiatOnRampIntent": {
"onrampProvider": "FIAT_ON_RAMP_PROVIDER_UNSPECIFIED",
"walletAddress": "<string>",
"network": "FIAT_ON_RAMP_BLOCKCHAIN_NETWORK_UNSPECIFIED",
"cryptoCurrencyCode": "FIAT_ON_RAMP_CRYPTO_CURRENCY_UNSPECIFIED",
"fiatCurrencyCode": "FIAT_ON_RAMP_CURRENCY_UNSPECIFIED",
"fiatCurrencyAmount": "<string>",
"paymentMethod": "FIAT_ON_RAMP_PAYMENT_METHOD_UNSPECIFIED",
"countryCode": "<string>",
"countrySubdivisionCode": "<string>",
"sandboxMode": true,
"urlForSignature": "<string>"
},
"createSmartContractInterfaceIntent": {
"smartContractAddress": "<string>",
"smartContractInterface": "<string>",
"type": "SMART_CONTRACT_INTERFACE_TYPE_UNSPECIFIED",
"label": "<string>",
"notes": "<string>"
},
"deleteSmartContractInterfaceIntent": {
"smartContractInterfaceId": "<string>"
},
"enableAuthProxyIntent": {},
"disableAuthProxyIntent": {},
"updateAuthProxyConfigIntent": {
"allowedOrigins": [
"<string>"
],
"allowedAuthMethods": [
"<string>"
],
"sendFromEmailAddress": "<string>",
"replyToEmailAddress": "<string>",
"emailAuthTemplateId": "<string>",
"otpTemplateId": "<string>",
"emailCustomizationParams": {
"appName": "<string>",
"logoUrl": "<string>",
"magicLinkTemplate": "<string>",
"templateVariables": "<string>",
"templateId": "<string>"
},
"smsCustomizationParams": {
"template": "<string>"
},
"walletKitSettings": {
"enabledSocialProviders": [
"<string>"
],
"oauthClientIds": {},
"oauthRedirectUrl": "<string>"
},
"otpExpirationSeconds": 123,
"verificationTokenExpirationSeconds": 123,
"sessionExpirationSeconds": 123,
"otpAlphanumeric": true,
"otpLength": 123,
"sendFromEmailSenderName": "<string>",
"verificationTokenRequiredForGetAccountPii": true
},
"createOauth2CredentialIntent": {
"provider": "OAUTH2_PROVIDER_UNSPECIFIED",
"clientId": "<string>",
"encryptedClientSecret": "<string>"
},
"updateOauth2CredentialIntent": {
"oauth2CredentialId": "<string>",
"provider": "OAUTH2_PROVIDER_UNSPECIFIED",
"clientId": "<string>",
"encryptedClientSecret": "<string>"
},
"deleteOauth2CredentialIntent": {
"oauth2CredentialId": "<string>"
},
"oauth2AuthenticateIntent": {
"oauth2CredentialId": "<string>",
"authCode": "<string>",
"redirectUri": "<string>",
"codeVerifier": "<string>",
"nonce": "<string>",
"bearerTokenTargetPublicKey": "<string>"
},
"deleteWalletAccountsIntent": {
"walletAccountIds": [
"<string>"
],
"deleteWithoutExport": true
},
"deletePoliciesIntent": {
"policyIds": [
"<string>"
]
},
"ethSendRawTransactionIntent": {
"signedTransaction": "<string>"
},
"ethSendTransactionIntent": {
"from": "<string>",
"to": "<string>",
"sponsor": true,
"value": "<string>",
"data": "<string>",
"nonce": "<string>",
"gasLimit": "<string>",
"maxFeePerGas": "<string>",
"maxPriorityFeePerGas": "<string>",
"gasStationNonce": "<string>"
},
"createFiatOnRampCredentialIntent": {
"onrampProvider": "FIAT_ON_RAMP_PROVIDER_UNSPECIFIED",
"publishableApiKey": "<string>",
"encryptedSecretApiKey": "<string>",
"projectId": "<string>",
"encryptedPrivateApiKey": "<string>",
"sandboxMode": true
},
"updateFiatOnRampCredentialIntent": {
"fiatOnrampCredentialId": "<string>",
"onrampProvider": "FIAT_ON_RAMP_PROVIDER_UNSPECIFIED",
"publishableApiKey": "<string>",
"encryptedSecretApiKey": "<string>",
"projectId": "<string>",
"encryptedPrivateApiKey": "<string>"
},
"deleteFiatOnRampCredentialIntent": {
"fiatOnrampCredentialId": "<string>"
},
"emailAuthIntentV3": {
"email": "<string>",
"targetPublicKey": "<string>",
"emailCustomization": {
"appName": "<string>",
"logoUrl": "<string>",
"magicLinkTemplate": "<string>",
"templateVariables": "<string>",
"templateId": "<string>"
},
"apiKeyName": "<string>",
"expirationSeconds": "<string>",
"invalidateExisting": true,
"sendFromEmailAddress": "<string>",
"sendFromEmailSenderName": "<string>",
"replyToEmailAddress": "<string>"
},
"initUserEmailRecoveryIntentV2": {
"email": "<string>",
"targetPublicKey": "<string>",
"emailCustomization": {
"appName": "<string>",
"logoUrl": "<string>",
"magicLinkTemplate": "<string>",
"templateVariables": "<string>",
"templateId": "<string>"
},
"expirationSeconds": "<string>",
"sendFromEmailAddress": "<string>",
"sendFromEmailSenderName": "<string>",
"replyToEmailAddress": "<string>"
},
"initOtpIntentV2": {
"otpType": "<string>",
"contact": "<string>",
"appName": "<string>",
"otpLength": 123,
"emailCustomization": {
"logoUrl": "<string>",
"magicLinkTemplate": "<string>",
"templateVariables": "<string>",
"templateId": "<string>"
},
"smsCustomization": {
"template": "<string>"
},
"userIdentifier": "<string>",
"sendFromEmailAddress": "<string>",
"alphanumeric": true,
"sendFromEmailSenderName": "<string>",
"expirationSeconds": "<string>",
"replyToEmailAddress": "<string>"
},
"initOtpAuthIntentV3": {
"otpType": "<string>",
"contact": "<string>",
"appName": "<string>",
"otpLength": 123,
"emailCustomization": {
"logoUrl": "<string>",
"magicLinkTemplate": "<string>",
"templateVariables": "<string>",
"templateId": "<string>"
},
"smsCustomization": {
"template": "<string>"
},
"userIdentifier": "<string>",
"sendFromEmailAddress": "<string>",
"alphanumeric": true,
"sendFromEmailSenderName": "<string>",
"expirationSeconds": "<string>",
"replyToEmailAddress": "<string>"
},
"upsertGasUsageConfigIntent": {
"orgWindowLimitUsd": "<string>",
"subOrgWindowLimitUsd": "<string>",
"windowDurationMinutes": "<string>"
},
"createTvcAppIntent": {
"name": "<string>",
"quorumPublicKey": "<string>",
"manifestSetId": "<string>",
"manifestSetParams": {
"name": "<string>",
"threshold": 123,
"newOperators": [
{
"name": "<string>",
"publicKey": "<string>"
}
],
"existingOperatorIds": [
"<string>"
]
},
"shareSetId": "<string>",
"shareSetParams": {
"name": "<string>",
"threshold": 123,
"newOperators": [
{
"name": "<string>",
"publicKey": "<string>"
}
],
"existingOperatorIds": [
"<string>"
]
},
"externalConnectivity": true
},
"createTvcDeploymentIntent": {
"appId": "<string>",
"qosVersion": "<string>",
"pivotContainerImageUrl": "<string>",
"pivotPath": "<string>",
"pivotArgs": [
"<string>"
],
"expectedPivotDigest": "<string>",
"hostContainerImageUrl": "<string>",
"hostPath": "<string>",
"hostArgs": [
"<string>"
],
"nonce": 123
},
"createTvcManifestApprovalsIntent": {
"manifestId": "<string>",
"approvals": [
{
"operatorId": "<string>",
"signature": "<string>"
}
]
},
"solSendTransactionIntent": {
"unsignedTransaction": "<string>",
"signWith": "<string>",
"sponsor": true,
"recentBlockhash": "<string>"
},
"initOtpIntentV3": {
"otpType": "<string>",
"contact": "<string>",
"appName": "<string>",
"otpLength": 123,
"emailCustomization": {
"logoUrl": "<string>",
"magicLinkTemplate": "<string>",
"templateVariables": "<string>",
"templateId": "<string>"
},
"smsCustomization": {
"template": "<string>"
},
"userIdentifier": "<string>",
"sendFromEmailAddress": "<string>",
"alphanumeric": true,
"sendFromEmailSenderName": "<string>",
"expirationSeconds": "<string>",
"replyToEmailAddress": "<string>"
},
"verifyOtpIntentV2": {
"otpId": "<string>",
"encryptedOtpBundle": "<string>",
"expirationSeconds": "<string>"
},
"otpLoginIntentV2": {
"verificationToken": "<string>",
"publicKey": "<string>",
"clientSignature": {
"publicKey": "<string>",
"scheme": "CLIENT_SIGNATURE_SCHEME_UNSPECIFIED",
"message": "<string>",
"signature": "<string>"
},
"expirationSeconds": "<string>",
"invalidateExisting": true
},
"updateOrganizationNameIntent": {
"organizationName": "<string>"
},
"createSubOrganizationIntentV8": {
"subOrganizationName": "<string>",
"rootUsers": [
{
"userName": "<string>",
"apiKeys": [
{
"apiKeyName": "<string>",
"publicKey": "<string>",
"curveType": "API_KEY_CURVE_UNSPECIFIED",
"expirationSeconds": "<string>"
}
],
"authenticators": [
{
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
}
],
"oauthProviders": [
{
"providerName": "<string>",
"oidcToken": "<string>",
"oidcClaims": {
"iss": "<string>",
"sub": "<string>",
"aud": "<string>"
}
}
],
"userEmail": "<string>",
"userPhoneNumber": "<string>"
}
],
"rootQuorumThreshold": 123,
"wallet": {
"walletName": "<string>",
"accounts": [
{
"curve": "CURVE_UNSPECIFIED",
"pathFormat": "PATH_FORMAT_UNSPECIFIED",
"path": "<string>",
"addressFormat": "ADDRESS_FORMAT_UNSPECIFIED"
}
],
"mnemonicLength": 123
},
"disableEmailRecovery": true,
"disableEmailAuth": true,
"disableSmsAuth": true,
"disableOtpEmailAuth": true,
"verificationToken": "<string>",
"clientSignature": {
"publicKey": "<string>",
"scheme": "CLIENT_SIGNATURE_SCHEME_UNSPECIFIED",
"message": "<string>",
"signature": "<string>"
}
},
"createOauthProvidersIntentV2": {
"userId": "<string>",
"oauthProviders": [
{
"providerName": "<string>",
"oidcToken": "<string>",
"oidcClaims": {
"iss": "<string>",
"sub": "<string>",
"aud": "<string>"
}
}
]
},
"createUsersIntentV4": {
"users": [
{
"userName": "<string>",
"apiKeys": [
{
"apiKeyName": "<string>",
"publicKey": "<string>",
"curveType": "API_KEY_CURVE_UNSPECIFIED",
"expirationSeconds": "<string>"
}
],
"authenticators": [
{
"authenticatorName": "<string>",
"challenge": "<string>",
"attestation": {
"credentialId": "<string>",
"clientDataJson": "<string>",
"attestationObject": "<string>",
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
]
}
}
],
"oauthProviders": [
{
"providerName": "<string>",
"oidcToken": "<string>",
"oidcClaims": {
"iss": "<string>",
"sub": "<string>",
"aud": "<string>"
}
}
],
"userTags": [
"<string>"
],
"userEmail": "<string>",
"userPhoneNumber": "<string>"
}
]
}
},
"result": {
"createOrganizationResult": {
"organizationId": "<string>"
},
"createAuthenticatorsResult": {
"authenticatorIds": [
"<string>"
]
},
"createUsersResult": {
"userIds": [
"<string>"
]
},
"createPrivateKeysResult": {
"privateKeyIds": [
"<string>"
]
},
"createInvitationsResult": {
"invitationIds": [
"<string>"
]
},
"acceptInvitationResult": {
"invitationId": "<string>",
"userId": "<string>"
},
"signRawPayloadResult": {
"r": "<string>",
"s": "<string>",
"v": "<string>"
},
"createPolicyResult": {
"policyId": "<string>"
},
"disablePrivateKeyResult": {
"privateKeyId": "<string>"
},
"deleteUsersResult": {
"userIds": [
"<string>"
]
},
"deleteAuthenticatorsResult": {
"authenticatorIds": [
"<string>"
]
},
"deleteInvitationResult": {
"invitationId": "<string>"
},
"deleteOrganizationResult": {
"organizationId": "<string>"
},
"deletePolicyResult": {
"policyId": "<string>"
},
"createUserTagResult": {
"userTagId": "<string>",
"userIds": [
"<string>"
]
},
"deleteUserTagsResult": {
"userTagIds": [
"<string>"
],
"userIds": [
"<string>"
]
},
"signTransactionResult": {
"signedTransaction": "<string>"
},
"deleteApiKeysResult": {
"apiKeyIds": [
"<string>"
]
},
"createApiKeysResult": {
"apiKeyIds": [
"<string>"
]
},
"createPrivateKeyTagResult": {
"privateKeyTagId": "<string>",
"privateKeyIds": [
"<string>"
]
},
"deletePrivateKeyTagsResult": {
"privateKeyTagIds": [
"<string>"
],
"privateKeyIds": [
"<string>"
]
},
"setPaymentMethodResult": {
"lastFour": "<string>",
"cardHolderName": "<string>",
"cardHolderEmail": "<string>"
},
"activateBillingTierResult": {
"productId": "<string>"
},
"deletePaymentMethodResult": {
"paymentMethodId": "<string>"
},
"createApiOnlyUsersResult": {
"userIds": [
"<string>"
]
},
"updateRootQuorumResult": {},
"updateUserTagResult": {
"userTagId": "<string>"
},
"updatePrivateKeyTagResult": {
"privateKeyTagId": "<string>"
},
"createSubOrganizationResult": {
"subOrganizationId": "<string>",
"rootUserIds": [
"<string>"
]
},
"updateAllowedOriginsResult": {},
"createPrivateKeysResultV2": {
"privateKeys": [
{
"privateKeyId": "<string>",
"addresses": [
{
"format": "ADDRESS_FORMAT_UNSPECIFIED",
"address": "<string>"
}
]
}
]
},
"updateUserResult": {
"userId": "<string>"
},
"updatePolicyResult": {
"policyId": "<string>"
},
"createSubOrganizationResultV3": {
"subOrganizationId": "<string>",
"privateKeys": [
{
"privateKeyId": "<string>",
"addresses": [
{
"format": "ADDRESS_FORMAT_UNSPECIFIED",
"address": "<string>"
}
]
}
],
"rootUserIds": [
"<string>"
]
},
"createWalletResult": {
"walletId": "<string>",
"addresses": [
"<string>"
]
},
"createWalletAccountsResult": {
"addresses": [
"<string>"
]
},
"initUserEmailRecoveryResult": {
"userId": "<string>"
},
"recoverUserResult": {
"authenticatorId": [
"<string>"
]
},
"setOrganizationFeatureResult": {
"features": [
{
"name": "FEATURE_NAME_UNSPECIFIED",
"value": "<string>"
}
]
},
"removeOrganizationFeatureResult": {
"features": [
{
"name": "FEATURE_NAME_UNSPECIFIED",
"value": "<string>"
}
]
},
"exportPrivateKeyResult": {
"privateKeyId": "<string>",
"exportBundle": "<string>"
},
"exportWalletResult": {
"walletId": "<string>",
"exportBundle": "<string>"
},
"createSubOrganizationResultV4": {
"subOrganizationId": "<string>",
"wallet": {
"walletId": "<string>",
"addresses": [
"<string>"
]
},
"rootUserIds": [
"<string>"
]
},
"emailAuthResult": {
"userId": "<string>",
"apiKeyId": "<string>",
"credentialBundle": "<string>"
},
"exportWalletAccountResult": {
"address": "<string>",
"exportBundle": "<string>"
},
"initImportWalletResult": {
"importBundle": "<string>"
},
"importWalletResult": {
"walletId": "<string>",
"addresses": [
"<string>"
]
},
"initImportPrivateKeyResult": {
"importBundle": "<string>"
},
"importPrivateKeyResult": {
"privateKeyId": "<string>",
"addresses": [
{
"format": "ADDRESS_FORMAT_UNSPECIFIED",
"address": "<string>"
}
]
},
"createPoliciesResult": {
"policyIds": [
"<string>"
]
},
"signRawPayloadsResult": {
"signatures": [
{
"r": "<string>",
"s": "<string>",
"v": "<string>"
}
]
},
"createReadOnlySessionResult": {
"organizationId": "<string>",
"organizationName": "<string>",
"userId": "<string>",
"username": "<string>",
"session": "<string>",
"sessionExpiry": "<string>"
},
"createOauthProvidersResult": {
"providerIds": [
"<string>"
]
},
"deleteOauthProvidersResult": {
"providerIds": [
"<string>"
]
},
"createSubOrganizationResultV5": {
"subOrganizationId": "<string>",
"wallet": {
"walletId": "<string>",
"addresses": [
"<string>"
]
},
"rootUserIds": [
"<string>"
]
},
"oauthResult": {
"userId": "<string>",
"apiKeyId": "<string>",
"credentialBundle": "<string>"
},
"createReadWriteSessionResult": {
"organizationId": "<string>",
"organizationName": "<string>",
"userId": "<string>",
"username": "<string>",
"apiKeyId": "<string>",
"credentialBundle": "<string>"
},
"createSubOrganizationResultV6": {
"subOrganizationId": "<string>",
"wallet": {
"walletId": "<string>",
"addresses": [
"<string>"
]
},
"rootUserIds": [
"<string>"
]
},
"deletePrivateKeysResult": {
"privateKeyIds": [
"<string>"
]
},
"deleteWalletsResult": {
"walletIds": [
"<string>"
]
},
"createReadWriteSessionResultV2": {
"organizationId": "<string>",
"organizationName": "<string>",
"userId": "<string>",
"username": "<string>",
"apiKeyId": "<string>",
"credentialBundle": "<string>"
},
"deleteSubOrganizationResult": {
"subOrganizationUuid": "<string>"
},
"initOtpAuthResult": {
"otpId": "<string>"
},
"otpAuthResult": {
"userId": "<string>",
"apiKeyId": "<string>",
"credentialBundle": "<string>"
},
"createSubOrganizationResultV7": {
"subOrganizationId": "<string>",
"wallet": {
"walletId": "<string>",
"addresses": [
"<string>"
]
},
"rootUserIds": [
"<string>"
]
},
"updateWalletResult": {
"walletId": "<string>"
},
"updatePolicyResultV2": {
"policyId": "<string>"
},
"initOtpAuthResultV2": {
"otpId": "<string>"
},
"initOtpResult": {
"otpId": "<string>"
},
"verifyOtpResult": {
"verificationToken": "<string>"
},
"otpLoginResult": {
"session": "<string>"
},
"stampLoginResult": {
"session": "<string>"
},
"oauthLoginResult": {
"session": "<string>"
},
"updateUserNameResult": {
"userId": "<string>"
},
"updateUserEmailResult": {
"userId": "<string>"
},
"updateUserPhoneNumberResult": {
"userId": "<string>"
},
"initFiatOnRampResult": {
"onRampUrl": "<string>",
"onRampTransactionId": "<string>",
"onRampUrlSignature": "<string>"
},
"createSmartContractInterfaceResult": {
"smartContractInterfaceId": "<string>"
},
"deleteSmartContractInterfaceResult": {
"smartContractInterfaceId": "<string>"
},
"enableAuthProxyResult": {
"userId": "<string>",
"encryptedApiKey": "aSDinaTvuI8gbWludGxpZnk="
},
"disableAuthProxyResult": {},
"updateAuthProxyConfigResult": {
"configId": "<string>"
},
"createOauth2CredentialResult": {
"oauth2CredentialId": "<string>"
},
"updateOauth2CredentialResult": {
"oauth2CredentialId": "<string>"
},
"deleteOauth2CredentialResult": {
"oauth2CredentialId": "<string>"
},
"oauth2AuthenticateResult": {
"oidcToken": "<string>"
},
"deleteWalletAccountsResult": {
"walletAccountIds": [
"<string>"
]
},
"deletePoliciesResult": {
"policyIds": [
"<string>"
]
},
"ethSendRawTransactionResult": {
"transactionHash": "<string>"
},
"createFiatOnRampCredentialResult": {
"fiatOnRampCredentialId": "<string>"
},
"updateFiatOnRampCredentialResult": {
"fiatOnRampCredentialId": "<string>"
},
"deleteFiatOnRampCredentialResult": {
"fiatOnRampCredentialId": "<string>"
},
"ethSendTransactionResult": {
"sendTransactionStatusId": "<string>"
},
"upsertGasUsageConfigResult": {
"gasUsageConfigId": "<string>"
},
"createTvcAppResult": {
"appId": "<string>",
"manifestSetId": "<string>",
"manifestSetOperatorIds": [
"<string>"
],
"manifestSetThreshold": 123
},
"createTvcDeploymentResult": {
"deploymentId": "<string>",
"manifestId": "<string>"
},
"createTvcManifestApprovalsResult": {
"approvalIds": [
"<string>"
]
},
"solSendTransactionResult": {
"sendTransactionStatusId": "<string>"
},
"initOtpResultV2": {
"otpId": "<string>",
"otpEncryptionTargetBundle": "<string>"
},
"updateOrganizationNameResult": {
"organizationId": "<string>",
"organizationName": "<string>"
},
"createSubOrganizationResultV8": {
"subOrganizationId": "<string>",
"wallet": {
"walletId": "<string>",
"addresses": [
"<string>"
]
},
"rootUserIds": [
"<string>"
]
},
"createOauthProvidersResultV2": {
"providerIds": [
"<string>"
]
}
},
"votes": [
{
"id": "<string>",
"userId": "<string>",
"user": {
"userId": "<string>",
"userName": "<string>",
"authenticators": [
{
"transports": [
"AUTHENTICATOR_TRANSPORT_UNSPECIFIED"
],
"attestationType": "<string>",
"aaguid": "<string>",
"credentialId": "<string>",
"model": "<string>",
"credential": {
"publicKey": "<string>",
"type": "CREDENTIAL_TYPE_UNSPECIFIED"
},
"authenticatorId": "<string>",
"authenticatorName": "<string>",
"createdAt": {
"seconds": "<string>",
"nanos": "<string>"
},
"updatedAt": {
"seconds": "<string>",
"nanos": "<string>"
}
}
],
"apiKeys": [
{
"credential": {
"publicKey": "<string>",
"type": "CREDENTIAL_TYPE_UNSPECIFIED"
},
"apiKeyId": "<string>",
"apiKeyName": "<string>",
"createdAt": {
"seconds": "<string>",
"nanos": "<string>"
},
"updatedAt": {
"seconds": "<string>",
"nanos": "<string>"
},
"expirationSeconds": "<string>"
}
],
"userTags": [
"<string>"
],
"oauthProviders": [
{
"providerId": "<string>",
"providerName": "<string>",
"issuer": "<string>",
"audience": "<string>",
"subject": "<string>",
"createdAt": {
"seconds": "<string>",
"nanos": "<string>"
},
"updatedAt": {
"seconds": "<string>",
"nanos": "<string>"
}
}
],
"createdAt": {
"seconds": "<string>",
"nanos": "<string>"
},
"updatedAt": {
"seconds": "<string>",
"nanos": "<string>"
},
"userEmail": "<string>",
"userPhoneNumber": "<string>"
},
"activityId": "<string>",
"message": "<string>",
"publicKey": "<string>",
"signature": "<string>",
"scheme": "<string>",
"createdAt": {
"seconds": "<string>",
"nanos": "<string>"
}
}
],
"fingerprint": "<string>",
"canApprove": true,
"canReject": true,
"createdAt": {
"seconds": "<string>",
"nanos": "<string>"
},
"updatedAt": {
"seconds": "<string>",
"nanos": "<string>"
},
"timestampMs": "<string>",
"appProofs": [
{
"scheme": "SIGNATURE_SCHEME_UNSPECIFIED",
"publicKey": "<string>",
"proofPayload": "<string>",
"signature": "<string>"
}
],
"failure": {
"code": 123,
"message": "<string>",
"details": [
{
"@type": "<string>"
}
]
}
}
}