Security
bearerToken
- Productionhttps://api-v2.dash.app/account-security
- Staginghttps://api-v2.dashstaging.app/account-security
curl -i -X PUT \
https://api-v2.dash.app/account-security \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"mfaEnabled": true
}'Response
{ "result": { "accountId": "cfb665ca-ce35-4418-b9d5-70ee815db4bd", "mfaEnabled": true }, "permittedActions": [ { … } ] }