docs icon indicating copy to clipboard operation
docs copied to clipboard

Public API documentation

Results 28 docs issues
Sort by recently updated
recently updated
newest added

I am trying to annotate transactions as documented here: https://docs.monzo.com/#annotate-transaction Assigning values to the `notes` key seems to work as expected. However, trying to assign a value to my own...

This might be just a case of you guys making a change and not updating the documentation. Your /transactions endpoint documentation seems to indicate that each transaction object should contact...

I see that the Monzo API allows you to retrieve transaction data; does it allow transactions to be made to other banks? Thanks

What kind of apps can be built on top of Monzo using their API ?

Would be great if your API would support JMESpath querying for transactions. http://jmespath.org/

The interest earned from the Easy Access Savings Pot Cash ISA partnered with OakNorth does not appear in the transactions pulled from https://docs.monzo.com/#list-transactions

API doc should clarify if `/transactions` always returns a list of transactions sorted in chronological order, or if the order is not guaranteed

More and more Restful API's are making use of Swagger/OpenAPI for consuming their API Definitions. Is this something in future that you may have planned?

Curl is the defacto standard for any automation of any restful api's and it seems counter intuitive to use example systems for the docs that most devs would be used...

There's new API endpoint which needs documenting per https://github.com/monzo/reference-receipts-app/blob/master/main.py#L80-L82 https://github.com/monzo/reference-receipts-app/blob/master/main.py#L122 Related question/request: Do you have any plans on generating this documentation (and potentially SDK for Go and/or other languages) straight...