verify_magic_link
Validate a magic link token to obtain access and refresh tokens, automatically creating a new user if needed.
Instructions
Exchange a magic link token for access_token + refresh_token. Creates the user if they don't exist. Token is single-use and expires in 15 minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project ID | |
| token | Yes | The magic link token from the email link URL (?token=...) |