# Recovery ![](https://trello-attachments.s3.amazonaws.com/5dde88f7f2a61183509db86b/5dde89397678261810a7ece6/21d535886f6bdf706a93d9466f6f3b01/Recovery_(2).svg) (Open in new tab for a clearer image) ## API Details ### `POST` api/v3/public/users/credentials/recovery/pt1.json ###### Parameters | key | value | type | |----------|----------------------|--------| | email | a@b.com | string | | uuid | device-id-for-vendor | string | | data | random-data-string | string | | language | en | string | ### `POST` api/v3/otp/recovery/check_otp.json ###### Parameters | key | value | type | |-----------|---------|--------| | otp | 123456 | string | | email | b@c.com | string | ### `POST` api/v3/users/credentials/recovery/pt2.json ###### Parameters | key | value | type | |-----------|----------------------|--------| | id_number | 900101020303 | string | | email | b@c.com | string | | ic_number | 951402-00-1234 | string | | uuid | device-id-for-vendor | string | ### `POST` api/recover_key.json ###### Parameters | key | value | type | |-----------|----------------------|--------| | uuid | userPublicKey | string | ### `POST` api/v3/users/upload_kyc_recovery.json ###### Parameters | key | value | type | |--------------|----------------------|--------| | id_image_1 | base64ImageString | string | | id_image_2 | base64ImageString | string | | selfie_image | base64ImageString | string |