> For the complete documentation index, see [llms.txt](https://fusionauth.io/docs/llms.txt)

# Passwordless API | FusionAuth Docs

Learn about the APIs for magic link passwordless authentication.

# Passwordless API

[Edit on GitHub](https://github.com/FusionAuth/fusionauth-site/blob/main/astro/src/content/docs/apis/passwordless/index.mdx)

[View Markdown](https://fusionauth.io/docs/apis/passwordless.md)

This page contains the APIs that are used to authenticate users without passwords using magic links and codes.

You also may find the [Magic Links guide](https://fusionauth.io/docs/lifecycle/authenticate-users/passwordless/magic-links.md) helpful.

Prior to version `1.41.0`, magic links and codes were the only form of passwordless authentication supported by FusionAuth.

Therefore the user interface and API use the term `passwordless`, even though versions `1.41.0` and beyond support multiple kinds of passwordless authentication.

Use the following APIs to manage Passwordless authentication:

| Operation | Method | Endpoint |
| --- | --- | --- |
| [Start Passwordless Login](https://fusionauth.io/docs/apis/passwordless/start-passwordless-login.md) | `POST` | `/api/passwordless/start` |
| [Send Passwordless Login](https://fusionauth.io/docs/apis/passwordless/send-passwordless-login.md) | `POST` | `/api/passwordless/send` |
| [Complete a Passwordless Login](https://fusionauth.io/docs/apis/passwordless/complete-a-passwordless-login.md) | `POST` | `/api/passwordless/login` |