start Passwordless Login With Id
POST {{baseUrl}}/api/passwordless/start
Start a passwordless login request by generating a passwordless code. This code can be sent to the User using the Send Passwordless Code API or using a mechanism outside of FusionAuth. The passwordless login is completed by using the Passwordless Login API with this code.
Request Body
{"applicationId"=>"<uuid>", "loginId"=>"<string>"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string | 
RESPONSES
status: OK
{"code":"\u003cstring\u003e"}