send Passwordless Code With Id
POST {{baseUrl}}/api/passwordless/send
Send a passwordless authentication code in an email to complete login.
Request Body
{"applicationId"=>"<uuid>", "code"=>"<string>", "loginId"=>"<string>"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string | 
RESPONSES
status: OK
""