♻️Session Management
Create Session
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"code": 200,
"result": "<token_here>"
}{
"code": 400,
"result": {
"msg": "`type` must be one of the following: SIGNUP,VALIDATION"
}
}{
"code": 500,
"result": {
"msg": "Invalid payload. It must contain 'faceA', 'faceB' and 'threshold'."
}
}Close Session
Headers
Name
Type
Description
Request Body
Name
Type
Description
Last updated
Was this helpful?