This s a documentation page for our shiny new REST API - you weren't meant to find it. This API isn't ready for public use yet. We're chopping and changing it a LOT as we grow it. So if you build something that uses it then it's very likely to break in a future update. Don't say you weren't warned!
URL: | https://api.kashflow.com/v2/sources |
Method(s): | get |
Response Formats: | JSON, XML |
Description: | This method allows you to retrieve all sources set up for user account. |
Parameters
Name | Type | Description |
---|---|---|
Id | Numeric | Unique id assigned to each source |
Name | String | Name of the source |
GET Operation
Returns list of sources set for user account.URL : /sources
Example response for GET of source list
[{
"Id": 9,
"Name": "Other"
}, {
"Id": 228726,
"Name": "Website"
}, {
"Id": 228727,
"Name": "Newspaper"
}, {
"Id": 228728,
"Name": "Google"
}]