Skip to main content

List Investment Agreements

Get/filter a list of Investment agreements (e.g. subscription agreement). Use this to get investment agreements that have been signed or need to be signed to complete an investment.

Path Parameters
id string REQUIRED

Investment Id

Responses
200
Schema
object[]
_id string

The investment agreement's primary key.

id string

A virtual of _id.

title string

The title of the agreement.

investment_id string

The associated investment's id.

signed boolean

Indicates if the agreement has been signed.

type string

Possible values: [subscription-agreement, side-letter]

The type of agreement.

md5 string

Hash of the stored agreement useful for ensuring the stored file is stored correctly.

s3_bucket string

S3 Bucket where the agreement is stored.

s3_key string

S3 Key where the agreement is stored.

signature_packet object

Used to comply with e-signature laws.

accepted_intent_to_sign boolean

The user accepted an intent to electronically sign the agreement.

accepted_electronic_business boolean

The user accepted to do business electronically.

signer_ip_address string

The IP Address of the signer at the time of signing the agreement.

signer_user_id string

The signer Allocations user ID.

signer_email string

The email address of the signer at the time of signing the agreement.

signature_date string

The date the signer signed the agreement.

link string

Link to agreement document.