---
title: "Verify bind request"
method: POST
path: "/bind/request/verify"
tags: ["Bind"]
---

# Verify bind request

`POST /bind/request/verify`

## Request body

- BindVerifyRequestDto
  - `verifications` VerificationDto[], required — Message that needs to be signed by the end user
    - `message` string, required — Message that needs to be signed by the end user
    - `signature` string, required — EIP-191 compliant signature signed by the Ethereum account address requesting authentication.

## Response `201`

The profileId that all the addresses have been bind into.

- BindVerifyRequestResponseDto
  - `profileId` string, required — Unique identifier with a length of 66 characters

---

[API](https://skmtc.net/moralis/apis/auth-api.md) · [All operations](https://skmtc.net/moralis/apis/auth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moralis/auth-api/versions/f54aabf6dd91/schema)
