FileForms
Authentication

Create Magic Link

POST
/auth/magic-link

Create a magic link to authenticate a user.

Authorization

ApiKeyAuth
x-api-key<token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/auth/magic-link" \  -H "Content-Type: application/json" \  -d '{    "userId": "string"  }'
{  "magicLink": "http://example.com"}