Overview
Magic Link lets you send a verification URL directly to your customer via email or SMS. The customer clicks the link, completes verification on iDenfy’s hosted page, and you receive results via webhook. No coding required.How it works
Sending via Dashboard
Go to Dashboard
Log in to app.idenfy.com and navigate to Verifications → Create New.
Enter customer details
Fill in the customer’s
clientId and optionally their name, email, or phone number.Sending via API
Generate a verification token and use theredirectUrl from the response as the magic link:
redirectUrl to your customer via your own email/SMS system.
Receiving results
Results are delivered via webhook to your configured endpoint, the same as any other verification method.When to use Magic Link
| Use case | Why Magic Link |
|---|---|
| Manual onboarding | Send links to customers one at a time from the dashboard |
| Email campaigns | Bulk-generate links via API and include in onboarding emails |
| Remote verification | Customer doesn’t need to be on your site |
| No-code teams | Dashboard-only workflow, no development needed |
Magic Link uses the same token generation API as all other integration methods. The link is simply the
redirectUrl from the token response.