Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Wefunder Syndicate Deals API

The Syndicate Deals API from Wefunder — 5 operation(s) for syndicate deals.

Wefunder Syndicate Deals API is one of 13 APIs that Wefunder publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Syndicate Deals. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 5 operations across 5 paths, and defines 7 schemas. It is described by OpenAPI 3.0.1, at version 2.0.

Requests are made against a single base URL, https://{environment}.wefunder.com/api/v2.

5 operations 5 paths 7 schemas 3 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
2.0
Base URL
https://api.wefunder.com
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Wefunder Syndicate Deals API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (bearerAuth) using the authorizationCode and clientCredentials flows, exposing 14 scopes.

  • bearerAuth — OAuth 2.0 authorization with access tokens

Paths & Operations 5

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

Syndicate Deals 5
GET
/syndicates/{syndicate_id}/deals
List deals
listSyndicateDeals 1 param → 200401403
GET
/syndicates/{syndicate_id}/deals/{fundraise_id}
Get deal details
getSyndicateDeal 2 params → 200401403404
GET
/syndicates/{syndicate_id}/deals/{fundraise_id}/investors
List deal investors
listSyndicateDealInvestors 4 params → 200401403404
POST
/syndicates/{syndicate_id}/deals/{fundraise_id}/close
Close deal (requires intent)
closeSyndicateDeal 2 params → 422
POST
/syndicates/{syndicate_id}/deals/{fundraise_id}/finalize
Finalize deal (requires intent)
finalizeSyndicateDeal 2 params → 422

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are SyndicateDeal (3 properties), DealInvestor (3 properties), SyndicateDealListEnvelope (2 properties), DealInvestorListEnvelope (2 properties). Each schema is shown below with its type and property counts.

DealInvestor
object
JSON:API resource representing a syndicate member's investment in a specific deal. Only syndicate members' investments are included (scoped by member user IDs).
3 properties
DealInvestorListEnvelope
object
2 properties
SyndicateDeal
object
JSON:API resource representing a syndicate deal (Fundraise)
3 properties
Error
object
1 property
SyndicateDealListEnvelope
object
2 properties
SyndicateDealDetailEnvelope
object
1 property
SyndicateDealDetail
Same as SyndicateDeal (show and index use the same serializer)

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wefunder-syndicate-deals-api-openapi.yml Raw ↑

Other APIs Wefunder publishes across the network.

Wefunder Activity API
Wefunder Attribution API
Wefunder Attribution Partners API
Wefunder Attribution Webhooks API
Wefunder Campaigns API
Wefunder Explore API
Wefunder Intents API
Wefunder Investments API
Wefunder Syndicate Members API
Wefunder Syndicate Statistics API
Wefunder Syndicates API
Wefunder Users API