Gets the email code to login on the InstantDB website
Output
Encoding
application/jsoncode
string
Required
The code used to login on the InstantDB website
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"code"
],
"properties": {
"code": {
"type": "string",
"description": "The code used to login on the InstantDB website"
}
}
},
"encoding": "application/json"
},
"description": "Gets the email code to login on the InstantDB website"
}