Login
Testing
POST
/login
login
Last modified:2025-02-18 03:32:08
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-core.deriv.com/v1/login' \
--header 'x-client-id: {{RL_EXCLUSION_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "mo***********@******.com"
}'
Response Response Example
200 - Success
{
"data": [
{
"status": 200,
"message": "Please check your email or phone for the verification code."
}
],
"meta": {
"endpoint": "/login",
"method": "POST",
"timing": 3170
}
}
Request
Header Params
x-client-id
string
optional
Default:
{{RL_EXCLUSION_KEY}}
Body Params application/json
Responses
Modified at 2025-02-18 03:32:08