Resolve Login Identities
POST/api/accounts/:partnerAccountId/resolve-login-identities
Resolves which of the supplied wallet addresses are login identifiers
and what accounts they reach, within the
partner account named in the URL. Each matched address returns the owning
user with their identity account and the cardholder accounts under the
requesting partner. Addresses with no login wallet are omitted from the
response, so an address that is absent from items is unknown to Immersve
under the requesting partner.
Request
Responses
- 200
- 400
- 403
Successful operation
Request fields are invalid: an empty address list, more than 50 addresses, or an address that is not a well-formed EVM address.
User is not allowed to perform the action with the reason stated in the errorCode
FORBIDDEN The credentials do not permit resolving login identities for the requested partner account.