Skip to main content
POST
/
auth
/
recovery
/
funcionario
Recovery Code - Funcionario
curl --request POST \
  --url https://api-hml.ponto-on.com/auth/recovery/funcionario \
  --header 'Content-Type: application/json' \
  --data '
{
  "telefone": "31996745309"
}
'
{
  "success": true
}

Body

application/json
telefone
string
Example:

"31996745309"

Response

200 - application/json

Recovery Code - Funcionario

success
boolean
Example:

true