API /pots by account?

Hi Alessandro,

Thanks for letting us know about this, and sorry this change broke your integration.

We updated the API this morning, current_account_id is now a required parameter. You need to pass it as a query string parameter. I’ll get the updated docs published ASAP, but for now here’s the new example httpie request:

http "https://api.monzo.com/pots" \
    "current_account_id==$account_id" \
    "Authorization: Bearer $access_token"