Send contact channel verification code
Send a code to the user’s contact channel for verifying the contact channel.
Path parameters
user_id
The user to send the verification code to.
contact_channel_id
The contact channel to send the verification code to.
Request
This endpoint expects an object.
callback_url
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.
Response
Successful response
success
Always equal to true.