Skip to main content
POST
/
api
/
users
/
verify
cURL
curl --request POST \
  --url https://admin.snagsolutions.io/api/users/verify \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "accountLinkData": "<string>",
  "websiteId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "walletAddress": "0x1234567890abcdef1234567890abcdef12345678"
}
'
{
  "message": "<string>"
}

Authorizations

X-API-KEY
string
header
required

Body

application/json

Body

websiteId
string<uuid>
organizationId
string<uuid>
userId
string<uuid>
walletAddress
string

The wallet address of the user

Example:

"0x1234567890abcdef1234567890abcdef12345678"

Response

200

message
string
required