JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
API Documentation Admin Webapp
API Documentation
MEDPULSE DATABASE [DRAFT]
More
Share
Explore
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 (
Ctrl
P
) instead.