Send contact channel verification code
Contact Channels
Send contact channel verification code
Send a code to the user’s contact channel for verifying the contact channel.
POST
Send contact channel verification code
Documentation Index
Fetch the complete documentation index at: https://docs.hexclave.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The user to send the verification code to.
Example:
"me"
The contact channel to send the verification code to.
Example:
"b3d396b8-c574-4c80-97b3-50031675ceb2"
Body
application/json
The base callback URL to construct a verification link for the verification e-mail. A query parameter code with the verification code will be appended to it. The page should then make a request to the /contact-channels/verify endpoint.
Example:
"https://example.com/handler/email-verification"
Response
200 - application/json
Successful response
Always equal to true.
Example:
true