Toggle to keep funding taken. Specify loan for unused funding and credit for used funding.
post/auth/w/funding/keep
Request body
typestring required
Specify the funding type ('credit' or 'loan')
idinteger[]
Pass an array of id's to toggle their keep funding status (on -> off, off -> on). If the changes object is also passed, keep funding status will change as specified in the changes object.
changesobject
Optional object to specify changes for each id (1 to enable, 0 to disable) ex. {1234: 1, 1235: 1, 1236: 0, ...}