Skip to main content
POST
/
api
/
platform
/
account
/
me
/
change-email
/
confirm
Confirm email change
curl --request POST \
  --url https://api-next.dealroom.co/api/platform/account/me/change-email/confirm \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>"
}
'
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": [
      {
        "path": "<string>",
        "message": "<string>"
      }
    ]
  }
}

Body

application/json
token
string
required
Minimum string length: 1

Response

Email changed