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 Client Management API

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 make transactions.- **Clients** are the people who use the Link Money API. They are the people who build applications that interact with the Link Money API.- **Tenants** are the organizations that use Link Money. They are the people who manage the users and clients who interact with Link Money. Generally speaking, the `user` is an end user of the `tenant`'s application, and the `client` is a developer who is building the `tenant`'s application. Every developer must have a client configuration in order to access Link Money. This includes developers who are operating within a tenant environment that they themselves manage. ## Webhooks Link Money supports all available Yodlee webhooks, which are documented in the [Yodlee API documentation](https://developer.envestnet.com/resources/yodlee/webhooks/docs). Developers can subscribe to webhooks by sending requests to the Link Money API webhook management endpoints. As each Link Money tenant is a separate environment, each tenant requires its own webhook subscription. Make sure you authenticate with a token that has the proper tenant ID to ensure tha the webhook subscription is created in the correct tenant environment.Link Money tenants are shared by multiple clients, so it is possible to receive webhook notifications from customers who are not specifically accessing your application. Make sure that your application logic accounts for events that are related to users who other clients may have registered.

FinGoal Client Management API is one of 7 APIs that FinGoal publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Client Management. 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 7 operations across 4 paths, and defines 2 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

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

7 operations 4 paths 2 schemas 1 DELETE3 GET1 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://findmoney.fingoal.com/v3
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

FinGoal Client Management 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 7

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

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

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Webhook (8 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

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

fingoal-client-management-api-openapi.yml Raw ↑

Other APIs FinGoal publishes across the network.

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

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