# Send email link

Send a magic link by email to a user. Upon clicking the email link, the User Agent will be redirected to the requested redirect URI with a code (passed in the code query parameter). This code can be used to complete the authentication in the subsequent request.

Endpoint: POST /v1/auth/link/email/send
Security: ClientAccessToken

## Response 200 fields (application/json):

  - `message` (string, required)
    Example: "Email sent successfully"


## Response 400 fields

## Response 403 fields

## Response 404 fields
