Skip to content
Guides
API reference
stable

Request login link

POST/v1/users/login-link

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/v1/users/login-link" \  -H "Content-Type: application/json" \  -d '{    "email": "andrea@example.com",    "clientId": "app_replace_with_your_client_id"  }'
{  "type": null,  "title": null,  "status": null,  "detail": null,  "instance": null,  "code": "string"}