Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.yoshi.ai/v1/recurring \ --header 'Authorization: Bearer <token>'
{ "data": { "streams": [ { "id": "<string>", "direction": "<string>", "description": "<string>", "merchant_name": "<string>", "frequency": "<string>", "status": "<string>", "is_active": true, "first_date": "<string>", "last_date": "<string>", "predicted_next_date": "<string>", "average_amount": 123, "last_amount": 123, "currency_code": "<string>", "account_id": "<string>", "account_name": "<string>" } ] }, "meta": { "request_id": "req_a1b2c3d4-e5f6-7890-abcd-ef1234567890", "timestamp": "2026-04-10T12:00:00.000Z" } }
List recurring transaction streams (subscriptions, bills, income).
A Yoshi API key from Settings → API Keys, or a Yoshi OAuth access token issued by Sign in with Yoshi.
Recurring streams retrieved.
Hide child attributes
"req_a1b2c3d4-e5f6-7890-abcd-ef1234567890"
"2026-04-10T12:00:00.000Z"
Was this page helpful?