← Back to Dashboard

YNAB

FinanceActiveFreeAuth: API KeyDoc: HTML
Visit Website ↗

Description

Budgeting & Planning

✨ AI Summary

The YNAB API is a REST-based, JSON-formatted, HTTPS-secured platform enabling developers to build applications that interact with YNAB budgets.

Code Example

import requests

url = "https://api.ynab.com/v1/budgets"
headers = {
    "Authorization": "Bearer YOUR_ACCESS_TOKEN",
    "Accept": "application/json"
}

response = requests.get(url, headers=headers)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)