How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Fundrise Clients API

The Clients API provides operations for creating new Clients and updating fields for existing Clients.The Client represents an End-User of the platform. Newly created Clients will have exactly one account with a single `accountId`. This `accountId` is used in the Place Investment step of this flow. Currently multiple accounts are not supported in the system, but is on our long term roadmap to build.

Fundrise Clients API is one of 9 APIs that Fundrise publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Clients. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, authentication docs, and rate-limit docs.

This API exposes 3 operations across 1 path, and defines 14 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against a single base URL, https://sandbox.fundrise.com.

3 operations 1 paths 14 schemas 1 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://sandbox.fundrise.com
Authentication
HTTP Basic, HTTP Bearer
Resource Areas
1

Authentication & Security 2

Fundrise Clients API declares 2 security schemes for authenticating requests. It accepts HTTP basic authentication (PartnerBasicAuthentication). It accepts HTTP bearer tokens (ClientBearerAuthentication).

  • PartnerBasicAuthentication — PartnerBasicAuthentication is enforced by HTTP Basic Authentication. A Partner username and password will be provided by Fundrise support. The Partner password…
  • ClientBearerAuthentication — ClientBearerAuthentication is enforced by HTTP Bearer Authentication and requires an OAuth access token. Since access tokens are scoped to specific Clients, th…

Paths & Operations 3

Across 1 path, the API surfaces 3 operations — 1 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Clients 3

The Clients API provides operations for creating new Clients and updating fields for existing Clients. The Client represents an End-User of the platform. Newly created Clients wil…

POST
/v1/client
Create Client
CreateClient body → 201400401403409500
GET
/v1/client
Get Client
GetClient → 200401500
PUT
/v1/client
Update Client
UpdateClient body → 200400401403500

Schemas 14

The contract defines 14 schemas that model the data the API accepts and returns. The most detailed are ClientResponse (8 properties), ClientCreationRequest (7 properties), Address (6 properties), ClientUpdateRequest (4 properties). Each schema is shown below with its type and property counts.

ClientResponse
object
A Fundrise Client Object.
8 properties
ClientUpdateResponse
An updated Fundrise Client object.
FieldErrorMap
object
ClientCreationRequest
object
A Fundrise Client Creation Request Object.
7 properties 7 required
ClientCreationResponse
object
A Fundrise Client Creation Response Object.
3 properties
AccountIdResponse
object
A Fundrise Client Account object containing the ID of created Account.
1 property
AddressResponse
FundriseConnectError
object
Error from Fundrise Connect.
4 properties 1 required
Date
string
ISO 8601 full-date in format 'YYYY-MM-DD' according to [IETF RFC3339](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.htmlanchor14)
AddressRequest
StringArray
array
ClientUpdateRequest
object
A Fundrise Client Update Request Object.
4 properties
Address
object
An address object.
6 properties 5 required
Identifier
string
Value for a unique identifier.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

fundrise-clients-api-openapi.yml Raw ↑

Other APIs Fundrise publishes across the network.

Fundrise Acknowledgments API
Fundrise Authentication API
Fundrise Holdings API
Fundrise Investments API
Fundrise Liquidations API
Fundrise Offerings API
Fundrise Tax Forms API
Fundrise Transactions API
Where this information came from

This is an independent, third-party profile of Fundrise Clients API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.