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

FinGoal Link Money API

Link Money is an authentication portal in front of a shared account-aggregation instance. A bank or credit union buys one aggregation environment (a "tenant"), and Link Money authenticates its several fintech partners into that same silo instead of each of them integrating an aggregator separately. Developers mint a tenant-scoped JWT from clientId/clientSecret/tenantId, retrieve Yodlee FastLink 4 session details to open the account-linking widget in their own frontend, and register HTTPS webhooks for aggregation events (DATA_UPDATES, REFRESH, AUTO_REFRESH_UPDATES, LATEST_BALANCE_UPDATES, CDV_STATUS_UPDATES, OB_CONSENT, OB_ACTIVE_CONSENT_REMINDER). Beyond the nine described operations the API is a direct proxy to the Yodlee Core API, surfaced unaltered except that the user's loginName moves into a request header. Only a development server is published.

FinGoal Link Money API is one of 4 APIs that FinGoal publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Account Aggregation, Account Verification, Open Banking, and Webhook. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, and rate-limit docs.

This API exposes 9 operations across 6 paths, organized into 3 resource areas, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://link-money-dev.fingoal.dev.

9 operations 6 paths 3 schemas 1 DELETE3 GET1 PATCH4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://link-money-dev.fingoal.dev/api
Authentication
OAuth 2.0
Resource Areas
3

Authentication & Security 1

FinGoal Link Money API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (BearerAuth) using the clientCredentials flow, exposing 1 scope. By default, every request must be authenticated.

Paths & Operations 9

Across 6 paths, the API surfaces 9 operations — 1 DELETE, 3 GET, 1 PATCH, 4 POST. They span 3 resource areas: Operations, Client Management, Fastlink. Each is listed below with its method, path, parameters, and response codes.

Operations 1
POST
/oauth/token
Obtain an access token
oauthToken body → 200400401
Client Management 7

There are three kinds of people who interact with Link Money: - Users are the people who use the Link Money application. They are the people who log in, view their accounts, and m…

GET
/client
View your Client Configuration.
getClient → 200401
GET
/client/webhooks
View a list of your currently-configured webhooks.
getWebhooks 2 params → 200401
POST
/client/webhooks
Enable a new webhook.
createWebhook body → 201400
GET
/client/webhooks/{webhookId}
Retrieve a specific webhook
getWebhook 1 param → 200404
PATCH
/client/webhooks/{webhookId}
Update a webhook configuration
updateWebhook 1 param body → 200400404
DELETE
/client/webhooks/{webhookId}
Delete a webhook configuration
deleteWebhook 1 param → 200404
POST
/client/webhooks/{webhookId}/fire_test_webhook
Trigger a test webhook
fireTestWebhook 1 param → 200401404
Fastlink 1

The Link Money API permits end users to link and get data from their bank accounts. But of course, that requires a front-end interface. That's where the Fastlink comes in. The Fas…

POST
/yodlee/fastlink/get
Retrieve FastLink details
getFastlinkFourDetails body → 200401403

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Webhook (8 properties), Tenant (3 properties), Client (1 property). Each schema is shown below with its type and property counts.

Webhook
object
8 properties 3 required
Client
object
1 property
Tenant
object
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

fingoal-link-money-api-openapi.yml Raw ↑

Other APIs FinGoal publishes across the network.

FinGoal Enrichment API
FinGoal User Tagging API
FinGoal Webhook Configurations API
Where this information came from

This is an independent, third-party profile of FinGoal Link Money 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.