Authentication
Login
Security
Description
Authentication type : application/json
Performs user sign-in using email and password. Returns an authentication token upon successful sign-in along with user profile information and refresh token.
Request Body
Required
{
"email": "user@example.com",
"password": "mySecurePassword123!",
"scope": ["read", "write"]
}