Send contact channel verification code

POST

Send a code to the user’s contact channel for verifying the contact channel.

Path parameters

user_idstringRequired

The user to send the verification code to.

contact_channel_idstringRequired

The contact channel to send the verification code to.

Request

This endpoint expects an object.
callback_urlstringRequired

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

successboolean

Always equal to true.