Get specific Wallet Detailsget https://api-wallet-sandbox.vertofx.com/{companyId}/wallets/{walletId}Path ParamscompanyIdstringrequiredSpecifies the unique identifier assigned to a company within the system. Get the companyId in the response path [response.body.companyId] of the POST /users/login API.walletIdnumberrequiredSpecifies the unique identifier assigned to a wallet. Get the walletId from: response path [response.body.data[].Id] of the Get all wallets API. Responses 200OK 400Bad Request 401Unauthorized 403Forbidden 404Not Found 500Internal Server ErrorUpdated 10 months ago