CBRE Client
  1. Schemas
CBRE Client
  • Client - Projects & Reactives
  • Client Backend Tool
  • File Manager
  • Schemas
    • Reply
    • ErrorReply
    • FieldErrors
    • PageInfo
    • APIAuthentication
    • LoginReply
    • ReauthenticateRequest
    • Account
    • AccountForm
    • AccountSummary
    • AccountList
    • CryptoAddress
    • CryptoAddressList
    • CryptoAddressForm
    • Counterparty
    • CounterpartyForm
    • CounterpartySummary
    • CounterpartyList
    • Transaction
    • TransactionForm
    • TransactionList
    • SecureEnvelope
    • SecureEnvelopeSummary
    • Envelope
    • EnvelopeSummary
    • EnvelopeList
    • Rejection
    • Repair
    • Prepare
    • Prepared
    • IdentityPayload
    • Originator
    • Beneficiary
    • OriginatingVASP
    • BeneficiaryVASP
    • TransferPath
    • IntermediaryVASP
    • PayloadMetadata
    • Person
    • LegalPerson
    • LegalPersonName
    • LegalPersonNameID
    • LocalLegalPersonNameID
    • LegalPersonNameTypeCode
    • NaturalPerson
    • NaturalPersonName
    • NaturalPersonNameID
    • LocalNaturalPersonNameID
    • NaturalPersonNameTypeCode
    • Address
    • AddressTypeCode
    • DateAndPlaceOfBirth
    • NationalIdentification
    • NationalIdentifierTypeCode
    • TransactionPayload
    • PendingPayload
    • TRISAError
    • PublicKeySignature
    • TransferState
    • User
    • UserForm
    • UserList
    • UserPassword
    • APIKey
    • APIKeyForm
    • APIKeyCreated
    • APIKeyList
    • StatusReply
    • TravelAddress
  • Response Schema
  1. Schemas

SecureEnvelopeSummary(SecureEnvelopeSummary)

The subset of secure envelope fields that are returned as a summary for lists of secure envelopes to minimize data transfer.

{
    "id": "01J6S9G7GDGNKETY6YDJQC3Z47",
    "envelope_id": "cb9a92a3-dfa6-4ecc-a4cc-c1f8fa94d3fe",
    "direction": "out",
    "remote": "api.alice.vaspbot.net",
    "reply_to": "01J6S9RJ2APF7C6M10C8NTYVGX",
    "encryption_algorithm": "AES256-GCM",
    "valid_hmac": true,
    "hmac_algorithm": "HMAC-SHA256",
    "is_error": false,
    "timestamp": "2024-09-02T07:12:34-05:00",
    "sealed": true,
    "public_key_signature": "SHA256:n/iTnE9b0sP1DQkaDMricHqPKYj0n00IjiaJ7lUmcAs",
    "transfer_state": "STARTED"
}
Built with