Sorry, you need to enable JavaScript to visit this website.
Skip to main content

Additional Resources

Authentication with Client Credentials

This documentation explains how to authenticate when using our APIs.  We use industry-standard Client Credentials for authentication and authorization. With Client Credentials, you request authentication tokens from our authorization endpoint using a client ID, secret, and user name. Tokens are used to authenticate you to the Yodlee API server and to authorize your access to the data of a specific user.

Getting Started with Client Credentials

Webhooks

Webhooks are notifications (HTTP callbacks) from us to you that let you know an event has occurred. You can then take action as needed. This documentation covers webhooks for Yodlee 1.1 APIs.

Yodlee Webhooks Documentation

Open API (Swagger) Specifications

Generate a client using the Yodlee Open API Specification and Swagger available on GitHub.

Yodlee Open API Documentation