---
title: "Get all SAFEs"
method: GET
path: "/safes"
tags: ["SAFEs"]
---

# Get all SAFEs

`GET /safes`

Retrieve all SAFE (Simple Agreement for Future Equity) requests for your organization.

## Response `200`

- APISafeRequest[]
  - `canceledAt` string, yyyy-mm-ddThh:MM:ssZ
  - `discountRate` number, nullable
  - `documentUrl` string, required
  - `expiresAt` string, yyyy-mm-ddThh:MM:ssZ, required
  - `governingState` 'AL' | 'AK' | 'AZ' | 'AR' | 'CA' | 'CO' | 'CT' | 'DE' | 'DC' | 'FL' | 'GA' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'ME' | 'MD' | 'MA' | 'MI' | 'MN' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VT' | 'VA' | 'WA' | 'WV' | 'WI' | 'WY'
  - `id` string, uuid, required — ID for the SAFE request
  - `includesMostFavoredNationClause` boolean, required
  - `includesProRataRightsLetter` boolean, required
  - `investmentAmount` number, double, required — A positive dollar amount with at least 1 cent.
  - `investmentDate` string, date, required
  - `investor` APISafeRequestInvestor, required — Details about the investor buying the equity.
    - `additionalBylines` string, nullable
    - `address` string, nullable
    - `investorType` 'SafeRequestInvestorTypeIndividual' | 'SafeRequestInvestorTypeVentureFund' | 'SafeRequestInvestorTypeOther', required
    - `legalEntityName` string, required
    - `signatoryEmail` string, required
    - `signatoryName` string, required
    - `signatoryTitle` string, nullable
  - `organization` APISafeRequestOrganization, required — Details about the organization selling the equity
    - `legalEntityName` string, required
    - `signatoryEmail` string, required
    - `signatoryName` string, required
    - `signatoryTitle` string, required
  - `paidAt` string, yyyy-mm-ddThh:MM:ssZ
  - `signedByInvestorAt` string, yyyy-mm-ddThh:MM:ssZ
  - `signedByOwnerAt` string, yyyy-mm-ddThh:MM:ssZ
  - `valuationCap` number, double — A positive dollar amount with at least 1 cent.
  - `valuationType` 'PreMoney' | 'PostMoney' | 'NoValuation', required

---

[API](https://skmtc.net/mercurytechnologies/apis/mercury-api.md) · [All operations](https://skmtc.net/mercurytechnologies/apis/mercury-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mercurytechnologies/mercury-api/revisions/0bdf4a496e03/schema)
