Create Email Token

This endpoint allows you to create a magic link token for a user using their email address. This gives you the flexibility to deliver the token via any communication channel of your choice.

📘

This token can only be used to authenticate an email address even if it is delivered via other communication channels such as sms.

Body Params
string
required
Defaults to test@example.com

The email address of the user to create magic link for.

int32
Defaults to 60

Set the expiration for the magic link in minutes. By default, it expires in 1 hour( 60 minutes). The minimum expiration is 5 minutes and the maximum is 7 days (10080 mins).

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json