---
title: "POST /evm/venly/callback"
method: POST
path: "/evm/venly/callback"
tags: ["EthereumWalletConnectionVenlyController"]
---

# POST /evm/venly/callback

`POST /evm/venly/callback`

## Request body

- VenlyWalletConnectionRequest
  - `id` string
  - `address` string
  - `accountId` string
  - `metadata` object
  - `verifyOnly` boolean — A flag to verify the wallet without saving it
  - `proxyType` string
  - `walletType` string
  - `selectedWallet` string
  - `venlyWallets` string
  - `network` string
  - `venlyWalletData` VenlyCompositeSignature
    - `email` string
    - `firstName` string
    - `lastName` string
    - `nickname` string
    - `userId` string
    - `username` string
  - `state` string

## Response `200`

OK

- WalletConnectionResponse
  - `success` boolean
  - `address` string
  - `proxies` WalletProxyModel[]
    - `proxyAddresses` string[]
    - `proxyAccounts` string[]
    - `proxyType` string
  - `state` string
  - `message` string
  - `code` string
  - `resetToken` string
  - `connection` WalletConnectionInfo
    - `user` PlatformCommunityUser — Platform community user
      - `platform` string, required — Platform
      - `id` string, required — User id
      - `userPk` string — Platform qualified user id
      - `name` string — User name
      - `communityId` string — Community id
      - `communityPk` string — Platform qualified community id
      - `communityName` string — Community name
      - `state` string — State/session slug
      - `message` string — Message for signing
    - `walletType` string
    - `address` string
    - `accountId` string

---

[API](https://skmtc.dev/collab/apis/collabland-api-server.md) · [All operations](https://skmtc.dev/collab/apis/collabland-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/collab/collabland-api-server/revisions/cad064f71a2e/schema)
