API structure has changed
2 structure changes including:
1 Breaking change
2 Modifications
Modified
2
Breaking
POST /v1/auth/magic_links/create
- Body
-
content type Modified
- email, requires_verification, login_redirect_url, registration_redirect_url properties Removed
- user_id property Added
- Response
-
200 response Modified
- app_id, first_name, middle_name, last_name, active, email_id, phone_number_id, created_at, updated_at properties Removed
- magic_token property Added
POST /v1/auth/magic_links/email/login_or_create
- Body
-
content type Modified
- login_redirect_url, registration_redirect_url properties Modified
- device_fingerprint property Added