POST
/
auth
/
loginlink
Login Link
curl --request POST \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/auth/loginlink \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "okc4pardon@gmail.com"
}'
{
  "message": "Login Link sent"
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json

Response

200
application/json

Success - LoginLink Sent

The response is of type object.