/accounts/{accountid}/password

Exemplo de requisição para obter as opções disponíveis para recuperação de senha.

Request:
GET /accounts/v1/api/accounts/DDR1RS7TC055MTI/password

Response:
[
    {
        "optionId": "RQ687SQABZUIP56",
        "type": 0,
        "description": "E-mail: r*****@outlook.com"
    },
    {
        "optionId": "SX51EYYV0NC41GH",
        "type": 1,
        "description": "Celular: *****-8275"
    },
    {
        "optionId": "0QYUH4NGH0TDU24",
        "type": 2,
        "description": "Dispositivo: iPh****"
    }
]
Language
Click Try It! to start a request and see the response here!