v22

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-04970425.1 KB
Contact Channels

Verify an email

Verify an email address of a user

post/contact-channels/verify

Request body

codestring required

A 45 character code

Example request

{
  "code": "u3h6gn4w24pqc8ya679inrhjwh1rybth6a7thurqhnpf2"
}

Response

Successful response

successboolean required

Always equal to true.

Example response

{
  "success": true
}