v1

latestOpenAPI 3.0.1Yodlee Developer License2026-07-1370179438.8 KB
DataExtracts

Get userData

The get user data service is used to get a user's modified data for a particular period of time for accounts, transactions, holdings, and provider account information.<br>The time difference between fromDate and toDate fields cannot be more than 60 minutes.<br>By default, pagination is available for the transaction entity in this API. In the first response, the API will retrieve 500 transactions along with other data. The response header will provide a link to retrieve the next set of transactions.<br>In the response body of the first API response, totalTransactionsCount indicates the total number of transactions the API will retrieve for the user.<br>This service is only invoked with either admin access token or a cobrand session.<br/>Refer to <a href="https://developer.yodlee.com/docs/api/1.1/DataExtracts">dataExtracts</a> page for more information.<br><br><b>Note:</b><li>This service supports the localization feature and accepts locale as a header parameter.</li>

get/dataExtracts/userData

Query parameters

fromDatestring required

From DateTime (YYYY-MM-DDThh:mm:ssZ)

loginNamestring required

Login Name

toDatestring required

To DateTime (YYYY-MM-DDThh:mm:ssZ)

Response

OK