Password Reset
POSTRequest and confirmation of password reset using single-use token.
Ejemplos de Código Multilenguaje
curl -X POST https://telaruma.com/api/v1/auth.cfc?method=requestReset -H "Content-Type: application/json" -d '{\"email\":\"user@domain.com\"}'
¿Te fue útil esta página?