POST
/
api
/
v1
/
auth
/
magic
/
start
Magic Start
curl --request POST \
  --url https://api.example.com/api/v1/auth/magic/start \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>"
}
'
{}

Body

application/json
email
string
required

Response

Successful Response

The response is of type Response Magic Start Api V1 Auth Magic Start Post · object.