Good Leap · Arazzo Workflow

Originate and track a GoodLeap loan

Version 1.0.0

Authenticate, submit a loan application, then track its status and next actions.

1 workflow 3 source APIs 1 provider
View Spec View on GitHub CompanyFintechFinancingLendingSolarHome ImprovementSustainabilityPoint-of-SaleLoansPaymentsArazzoWorkflows

Provider

good-leap

Workflows

originateAndTrackLoan
Partner authenticates, submits a loan application, and tracks it to a decision.
4 steps inputs: applicant, organizationId outputs: loanId, status
1
authenticate
2
submitLoan
3
checkStatus
4
nextActions

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Originate and track a GoodLeap loan
  version: 1.0.0
  summary: Authenticate, submit a loan application, then track its status and next actions.
sourceDescriptions:
- name: authorizationElevationManagementApi
  url: ../openapi/good-leap-authorization-elevation-management-api-openapi.yml
  type: openapi
- name: loanStatusApi
  url: ../openapi/good-leap-loan-status-api-openapi.yml
  type: openapi
- name: loanSubmissionApi
  url: ../openapi/good-leap-loan-submission-api-openapi.yml
  type: openapi
workflows:
- workflowId: originateAndTrackLoan
  summary: Partner authenticates, submits a loan application, and tracks it to a decision.
  inputs:
    type: object
    properties:
      organizationId:
        type: string
      applicant:
        type: object
  steps:
  - stepId: authenticate
    operationId: generateJwtToken
    requestBody:
      contentType: application/json
      payload:
        organizationId: $inputs.organizationId
    outputs:
      token: $response.body#/token
  - stepId: submitLoan
    operationId: submitLoanApplication
    requestBody:
      contentType: application/json
      payload:
        applicant: $inputs.applicant
    outputs:
      loanId: $response.body#/id
  - stepId: checkStatus
    operationId: loanStatus
    parameters:
    - name: id
      in: path
      value: $steps.submitLoan.outputs.loanId
    outputs:
      status: $response.body#/status
  - stepId: nextActions
    operationId: nextAvailableLoanActions
    parameters:
    - name: id
      in: path
      value: $steps.submitLoan.outputs.loanId
  outputs:
    loanId: $steps.submitLoan.outputs.loanId
    status: $steps.checkStatus.outputs.status

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/good-leap-originate-and-track-loan"
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 email required.

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