PearPear

Link email/password to authenticated account

Attach email login credentials to an already authenticated user account

POST
/auth/link/emailpass
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Link email credentials to the authenticated account

Response Body

curl -X POST "https://example.com/auth/link/emailpass" \  -H "Content-Type: application/json" \  -d '{    "email": "trader@example.com"  }'
Empty