DEV API changelog (2026-04-10)

Last updated: 2026-04-10 16:11:46 AEST

API Changelog 2026-04-10_01-38_caa23cc vs. 2026-04-10_16-03_f0a3e76

API Changes

DELETE /main-account/sub-accounts/{id}

  • ⚠️ for the 'path' request parameter 'id', the type/format was changed from 'string'/'' to 'string'/'uuid'

DELETE /main-account/withdrawal/fiat/bank-accounts/{id}

  • ⚠️ for the 'path' request parameter 'id', the type/format was changed from 'string'/'' to 'string'/'uuid'

POST /main-account/withdrawal/fiat/bank-accounts/{id}/withdraw

  • ⚠️ for the 'path' request parameter 'id', the type/format was changed from 'string'/'' to 'string'/'uuid'

PATCH /sub-account/loans/applications/{id}/apply-for/{reason}

  • ⚠️ for the 'path' request parameter 'id', the type/format was changed from 'string'/'' to 'string'/'uuid'
  • for the 'path' request parameter 'id', the minLength was decreased from '1' to '0'

GET /sub-account/loans/applications/{id}/documents/{type}/upload-link

  • ⚠️ for the 'path' request parameter 'id', the type/format was changed from 'string'/'' to 'string'/'uuid'
  • for the 'path' request parameter 'id', the minLength was decreased from '1' to '0'

POST /sub-account/loans/applications/{id}/withdraw

  • ⚠️ for the 'path' request parameter 'id', the type/format was changed from 'string'/'' to 'string'/'uuid'
  • for the 'path' request parameter 'id', the minLength was decreased from '1' to '0'