Reauthenticate
Developing
POST
/otp/re-authenticate
reauthenticate
Last modified:2025-07-03 08:17:55
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-core.deriv.com/v1/otp/re-authenticate' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"preferred_language": "am"
}'
Response Response Example
{}
Request
Header Params
Authorization
string
optional
Example:
{{CLIENT_AUTH_TOKEN}}
Body Params application/json
Responses
Modified at 2025-07-03 08:17:55