Skip to content

SIGN IN

POST- /dbconnection/signin


Request
{
"client_id": "<<string>>",// REQUIRED
"email": "EMAIL", // REQUIRED
"password": "PASSWORD", //REQUIRED
"connection": "<<string>>", //REQUIRED
}

Response (Success)
{
"_id": "<<string>>",
"email_verified": false,
"email": "EMAIL",
"username": "<<string>>",
"given_name": "<<string>>",
"family_name": "<<string>>",
"name": "<<string>>",
"nickname": "<<string>>",
"picture": "<<url>>"
}

Response (Error)
{
"status": false,
"code": "LOGIN_FAILURE",
"payload": {
"error": err
}
}

Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.