llms.txt Content
# Mesh
## Docs
- [Generate Auth token](https://docs.meshconnect.com/api-reference/auth-token/generate-auth-token.md): Get a short lived token for initializing request calls for Registered client API.
- [Get fiat holdings](https://docs.meshconnect.com/api-reference/balance/get-account-balance.md): Get real-time account fiat balances.
- [Get aggregated portfolio fiat balances](https://docs.meshconnect.com/api-reference/balance/get-aggregated-portfolio-fiat-balances.md): Get cached aggregated fiat balances from all connected integrations.
- [Get Main Client callback urls](https://docs.meshconnect.com/api-reference/main-clients/get-main-client-callback-urls.md): Get information about Main Client Allowed Link URLs.
- [Update Main Client callback urls](https://docs.meshconnect.com/api-reference/main-clients/update-main-client-callback-urls.md): Update information about Main Client Allowed Link URLs. Allowed Link URLs of Main Client will only be used for those Registered clients,
that don't have any Allowed Link URLs specified.
- [Get integrations health status](https://docs.meshconnect.com/api-reference/managed-account-authentication/get-health-status.md): Get the list of supported institutions and their health statuses.
- [Get Link token](https://docs.meshconnect.com/api-reference/managed-account-authentication/get-link-token-with-parameters.md): Get a short-lived, one-time use token for initializing a Link session using the client-side SDKs
- [Refresh auth token](https://docs.meshconnect.com/api-reference/managed-account-authentication/refresh-auth-token.md): Refresh auth token of the connected institution.
Some institutions do not require tokens to be refreshed.
The following institutions require custom flows:
WeBull: AuthToken should be provided along with the RefreshToken
Vanguard: security settings may ac…
- [Remove connection](https://docs.meshconnect.com/api-reference/managed-account-authentication/remove-connecti