curl --request POST \
--url https://{defaultHost}/v1/auth/{app_id}/magic_links/register \
--header 'Authorization: Bearer <token>' \
--header 'X-Authorization: <api-key>'{
"magic_link": {
"id": "<string>"
},
"user_meta_errors": {}
}Send a registration magic link email to the user. The user will receive an email with a link to complete their registration.
curl --request POST \
--url https://{defaultHost}/v1/auth/{app_id}/magic_links/register \
--header 'Authorization: Bearer <token>' \
--header 'X-Authorization: <api-key>'{
"magic_link": {
"id": "<string>"
},
"user_meta_errors": {}
}Was this page helpful?