---
title: "Start Email Magic Link Challenge"
method: POST
path: "/challenge/email-magic-link"
tags: ["Email Magic Link"]
---

# Start Email Magic Link Challenge

`POST /challenge/email-magic-link`

Start a challenge when the user is already enrolled with at least one email magic link authenticator

## Request body

- object
  - `userAuthenticatorId` string — The ID of the email authenticator to use. Only required if the user has multiple email authenticators and you want to target a specific one.

## Response `200`

OK

- object
  - `challengeId` string — The ID of the challenge. Pass this ID back to check if the user has clicked on the magic link and finalize the challenge.

## Other responses

- `400` — Invalid Request
- `401` — Unauthorized
- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.net/authsignal/apis/call-connect-api.md) · [All operations](https://skmtc.net/authsignal/apis/call-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/authsignal/call-connect-api/versions/5604d744e3ad/schema)
