// Available Steps are NationalID = 1, Passport = 2, Phone = 3, Email = 4, Device = 5, Location = 6, SecurityQuestions = 7, Password = 8
Last updated 5 months ago
Success
const response = await fetch('/api/v1/update/UpdateRequest/GetCurrentRequestSteps', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "updateStepId": 1, "lastUpdatedDate": "2025-01-22T05:12:06.610Z" } ]