Fixes and Changes
- Email Verification and Forgot Password base URL now correctly uses the URL configured in the Innovator Portal configuration screen.
- Addition of email address in email verification URL
- Removed
count
field in request and added responseCount
in response
- Changed field name from
companyRegistrationTimestamp
to companyRegistrationDate
for Corporate
API Changes
Other minor changes in some APIs.
-
Changed field companyRegistrationTimestamp to companyRegistrationDate in
POST
/corporates/{id}/get
POST
/corporates/{id}/update
POST
/corporates/_/create
-
Removed count
parameter in get
requests, and added responseCount
in response:
POST
/corporates/{id}/users/get
POST
/managed_accounts/get
POST
/managed_accounts/{id}/statement/get
POST
/managed_cards/get
POST
/managed_cards/{id}/statement/get
POST
/transfers/get
POST
/send/get
-
Addition of new error code INSTRUMENT_NOT_FOUND
in
POST
/managed_accounts/{id}/freeze
POST
/managed_accounts/{id}/unfreeze
POST
/managed_accounts/{id}/update
POST
/managed_accounts/{id}/destroy
POST
/managedaccounts//create
POST
/managed_cards/{id}/freeze
POST
/managed_cards/{id}/unfreeze
POST
/managed_cards/{id}/update
POST
/managed_cards/{id}/destroy