v1

latestOpenAPI 3.1.02026-07-24690345.5 KB

Keep Funding

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, ...}

Response

200

{"stackTrail":"paths:/auth/w/funding/keep:post:responses:200:content:application/json:schema:items","oasType":"schema","type":"unknown"}