{ "opencollection": "1.0.0", "info": { "name": "FusionAuth Api Key Passwordless API", "version": "1.66.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Passwordless", "type": "folder" }, "items": [ { "info": { "name": "passwordlessLoginWithId", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9011/api/passwordless/login", "body": { "type": "json", "data": "{}" } }, "docs": "Complete a login request using a passwordless code" }, { "info": { "name": "sendPasswordlessCodeWithId", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9011/api/passwordless/send", "body": { "type": "json", "data": "{}" } }, "docs": "Send a passwordless authentication code in an email to complete login." }, { "info": { "name": "startPasswordlessLoginWithId", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9011/api/passwordless/start", "body": { "type": "json", "data": "{}" } }, "docs": "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." } ] } ], "bundled": true }