Do not miss any Lumetrade Staging API changes, ever again

Subscribe to the Lumetrade Staging API changelog to be up to date on recent changes.

RSS

25 days ago

main
v1
Compare

API structure has changed

2 structure changes including:
2 Modifications
Modified 2 Breaking
GET /api/v1/accounts/currency/{currencyCode}
  • Path went from /api/v1/accounts/currency/{currency} to /api/v1/accounts/currency/{currencyCode} (same operationId)
  • Path
  • currency path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • currencyCode path parameter Added
POST /api/v1/accounts
  • Body
  • application/json content type Modified
    • currency property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • currencyCode property Added