English
cURL
curl --request POST \ --url https://api.dots.dev/api/v2/users/{user_id}/send-verification-token \ --header 'Authorization: Basic <encoded-value>'
Send a user a verification token.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Id of the user to fetch
Accepted
Was this page helpful?