Skip to main content
POST
/
auth
/
signin
Sign in via email
curl --request POST \
  --url https://api.obselite.com/v0/auth/signin \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <x-api-key>' \
  --data '{
  "email": "[email protected]",
  "phone": "<string>",
  "redirect": "<string>"
}'
{
  "sent": true,
  "link": "<string>"
}

Authorizations

Authorization
string
header
required

The API token generated from the Obselite dashboard

Headers

X-API-Key
string
required

Body

application/json
email
string<email>
required
phone
string
redirect
string

Response

Successful response

sent
boolean
required