Coming soon; contact us if you need access to this API endpoint.
Security
bearerToken
- Productionhttps://api-v2.dash.app/allowed-login-methods
- Staginghttps://api-v2.dashstaging.app/allowed-login-methods
curl -i -X PUT \
https://api-v2.dash.app/allowed-login-methods \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '[
"PASSWORD"
]'Response
[ "PASSWORD" ]