THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/password-login' \
--header 'Authorization: Bearer eyj*************************-********************-***' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"password": "string"
}'
{
"data": [
{
"user": {
"id": "a38c**********-*******-********fac18",
"aud": "authenticated",
"role": "authenticated",
"email": "moh**********-*******-********iv.com",
"email_confirmed_at": "2025-07-09T02:12:38.887705Z",
"phone": "",
"confirmed_at": "2025-07-09T02:12:38.887705Z",
"new_phone": "919828292922",
"last_sign_in_at": "2025-07-09T09:47:42.180446217Z",
"app_metadata": {
"provider": "email",
"providers": [
"email"
]
},
"user_metadata": {
"email": "moh**********-*******-********iv.com",
"email_verified": true,
"phone_verified": false,
"sub": "a38c**********-*******-********fac18",
"user_set_password": true
},
"identities": [
{
"identity_id": "202d**********-*******-********49c6",
"id": "a38c**********-*******-********fac18",
"user_id": "a38c**********-*******-********fac18",
"identity_data": {
"email": "moh**********-*******-********iv.com",
"email_verified": true,
"phone_verified": false,
"sub": "a38c**********-*******-********fac18"
},
"provider": "email",
"last_sign_in_at": "2025-07-09T02:11:56.888232Z",
"created_at": "2025-07-09T02:11:56.888278Z",
"updated_at": "2025-07-09T02:11:56.888278Z",
"email": "moh**********-*******-********iv.com"
}
],
"created_at": "2025-07-09T02:11:56.884742Z",
"updated_at": "2025-07-09T09:47:42.183856Z",
"is_anonymous": false
},
"session": {
"access_token": "eyJh**********-*******-********fQ.npfJLFLpMD**********-*******-********RgxyA2ClbQ",
"token_type": "bearer",
"expires_in": 86400,
"expires_at": 1752140862,
"refresh_token": "fy55qnnhb4c3",
"user": {
"id": "a38c**********-*******-********fac18",
"aud": "authenticated",
"role": "authenticated",
"email": "moh**********-*******-********iv.com",
"email_confirmed_at": "2025-07-09T02:12:38.887705Z",
"phone": "",
"confirmed_at": "2025-07-09T02:12:38.887705Z",
"new_phone": "919828292922",
"last_sign_in_at": "2025-07-09T09:47:42.180446217Z",
"app_metadata": {
"provider": "email",
"providers": [
"email"
]
},
"user_metadata": {
"email": "moh**********-*******-********iv.com",
"email_verified": true,
"phone_verified": false,
"sub": "a38c**********-*******-********fac18",
"user_set_password": true
},
"identities": [
{
"identity_id": "202d**********-*******-********49c6",
"id": "a38c**********-*******-********fac18",
"user_id": "a38c**********-*******-********fac18",
"identity_data": {
"email": "moh**********-*******-********iv.com",
"email_verified": true,
"phone_verified": false,
"sub": "a38c**********-*******-********fac18"
},
"provider": "email",
"last_sign_in_at": "2025-07-09T02:11:56.888232Z",
"created_at": "2025-07-09T02:11:56.888278Z",
"updated_at": "2025-07-09T02:11:56.888278Z",
"email": "moh**********-*******-********iv.com"
}
],
"created_at": "2025-07-09T02:11:56.884742Z",
"updated_at": "2025-07-09T09:47:42.183856Z",
"is_anonymous": false
}
}
}
]
}