Authentication
Returns an ID and Sends a Validation Email
The email that is sent contains a 6-digit code that allows you to validate your session.
POST
/rest/auth/validate
email
curl --request POST \
--url https://api-test.koywe.com/rest/auth/validate \
--header 'Content-Type: application/json'
{
"_id": "63c80872b85f35f37e567064"
}
Body
application/json
email
string
Response
200 - application/json
_id
string
curl --request POST \
--url https://api-test.koywe.com/rest/auth/validate \
--header 'Content-Type: application/json'
{
"_id": "63c80872b85f35f37e567064"
}