Zest Equity · Arazzo Workflow

Zest — onboard investors and record a subscription

Version 1.0.0

Bulk-create investors, subscribe one to an SPV, then upload the signed form and funding receipt in strict order.

1 workflow 4 source APIs 1 provider
View Spec View on GitHub CompanyFintechPrivate MarketsSPVInvestmentsEscrowFund AdministrationMENAWebhookRegulatedArazzoWorkflows

Provider

zest-equity

Workflows

onboardAndSubscribe
Full partner-managed subscription flow after an SPV is materialised.
4 steps inputs: accessToken, investors, personId, spvSlug, subscriptions
1
createInvestors
2
subscribe
3
uploadForm
4
uploadFunding

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Zest — onboard investors and record a subscription
  version: 1.0.0
  summary: Bulk-create investors, subscribe one to an SPV, then upload the signed form and funding receipt in strict order.
sourceDescriptions:
- name: investorsApi
  url: ../openapi/zest-equity-investors-api-openapi.yml
  type: openapi
- name: subscriptionFormsApi
  url: ../openapi/zest-equity-subscription-forms-api-openapi.yml
  type: openapi
- name: subscriptionFundingsApi
  url: ../openapi/zest-equity-subscription-fundings-api-openapi.yml
  type: openapi
- name: subscriptionsApi
  url: ../openapi/zest-equity-subscriptions-api-openapi.yml
  type: openapi
workflows:
- workflowId: onboardAndSubscribe
  summary: Full partner-managed subscription flow after an SPV is materialised.
  inputs:
    type: object
    properties:
      accessToken: {type: string, description: Bearer access token from the auth flow}
      spvSlug: {type: string}
      investors: {type: array}
      subscriptions: {type: array}
      personId: {type: string}
  steps:
  - stepId: createInvestors
    operationId: bulkCreateInvestors
    parameters:
    - {name: Authorization, in: header, value: "Bearer $inputs.accessToken"}
    requestBody:
      contentType: application/json
      payload:
        investors: $inputs.investors
    successCriteria:
    - {condition: $statusCode == 200}
  - stepId: subscribe
    operationId: createSubscriptions
    parameters:
    - {name: spv_slug, in: path, value: $inputs.spvSlug}
    - {name: Authorization, in: header, value: "Bearer $inputs.accessToken"}
    requestBody:
      contentType: application/json
      payload:
        subscriptions: $inputs.subscriptions
    successCriteria:
    - {condition: $statusCode == 201}
  - stepId: uploadForm
    operationId: uploadSubscriptionForm
    parameters:
    - {name: spv_slug, in: path, value: $inputs.spvSlug}
    - {name: person_id, in: path, value: $inputs.personId}
    - {name: Authorization, in: header, value: "Bearer $inputs.accessToken"}
    successCriteria:
    - {condition: $statusCode == 201}
  - stepId: uploadFunding
    operationId: uploadFundingReceipt
    parameters:
    - {name: spv_slug, in: path, value: $inputs.spvSlug}
    - {name: person_id, in: path, value: $inputs.personId}
    - {name: Authorization, in: header, value: "Bearer $inputs.accessToken"}
    successCriteria:
    - {condition: $statusCode == 201}

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/zest-equity-onboard-and-subscribe"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.