Authorizations
The API token generated from the Obselite dashboard
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>"
}Request a link to the user’s email address
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>"
}The API token generated from the Obselite dashboard