Authentication
Authentication method of Labii API
Auth
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9",
"user": {
"sid":"xxx",
"first_name":"xxx",
"last_name":"xxx",
"email":"[email protected]"
}
}["Unable to log in with provided credentials."]Forget Password
Request Body
Name
Type
Description
Reset Password
Query Parameters
Name
Type
Description
Request Body
Name
Type
Description
Logout
Headers
Name
Type
Description
Last updated