generated from marcieltorres/python-boilerplate-project
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
To send a message over SMS
0 = SMS
2 = Mail
-1 = Default
GET https://iecapi.iec.co.il/api/Authentication/{Idnumber}/1/0?customErrorPage=true
Response:
{
"firstName": "שם",
"multiFactorType": 0,
"login": "{id}@iec.co.il",
"contactPrefix": "055",
"contactSuffix": "22"
}
GET https://iecapi.iec.co.il/api/Authentication/{Idnumber}/1/2?customErrorPage=true
{
"firstName": "שם",
"multiFactorType": 2,
"login": "{id}@iec.co.il",
"contactPrefix": "address",
"contactSuffix": "@gmail.com"
}
Not sure how it looks in the app
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request