Generate and send an authentication code
Generate and send an authentication code
post/verify/init
Request body
Example request
{
"target": "john.doe@company.com",
"target_type": "email",
"subject": "Your NoPass.me Authorization Code",
"content": "<h1>Hello 👋</h1>\\n\\n<p>Your authentication code is <b>%code%</b>.</p>\\n\\n<p>Stay safe on the internet!</p><p>The <a href=\"https://nopass.me\">NoPass.me</a> team</p>",
"expires_in": 300
}Response
Success Response
Changes
No recorded changes to this endpoint across all 6 revisions of this API.