cURL
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.
API Secret token
User Access token
App ID
successful
Show child attributes
Validation errors for user metadata if provided
Was this page helpful?