ZewstID
DeveloperU
User
No email
API Playground
Test ZewstID API endpoints directly from your browser without writing any code.
API Testing Playground
Test ZewstID API endpoints directly from your browser
POST
/api/v1/auth/magic-linkSend a passwordless magic link to user email
Parameters
User email address
Your OAuth client ID
CAPTCHA token from client
Custom redirect URL
cURL Command
curl -X POST https://api.zewstid.com/api/v1/auth/magic-link \
-H "Content-Type: application/json" \
-d '{
"createIfNotExists": true
}'No response yet
Fill in the parameters and click "Execute Request"
i
Tips:
- For CAPTCHA testing, use a valid token from Cloudflare Turnstile
- For authenticated endpoints, first login and copy the access token
- All requests are sent to the production API at api.zewstid.com
- Copy the cURL command to test from your terminal