Verify
Verify account identity.
Returns basic profile data of the user’s exchange account. Available data varies by exchange and linked account.
POST
Authorizations
Contact Mesh to get client Secret
Contact Mesh to get client Id
Body
application/json
Exchange account info request.
Auth token that allows connecting to the target institution.
The Id which uniquely identifies the integration.
Account information to return.
Available options:
firstName
, middleName
, lastName
, accountNumber
, email
, mobileNumber
, companyName
, countryCode
, city
, postalCode
, address
, id
, dateOfBirth
Response
200
application/json
Successfully returns account details.
Available options:
ok
, serverFailure
, permissionDenied
, badRequest
, notFound
, conflict
, tooManyRequest
, locked
, unavailableForLegalReasons
A message generated by the API
User-friendly display message that can be presented to the end user
Strictly-typed error type that is explaining the reason of an unsuccessful status of the operation. All possible error types are available in the documentation.