Teacher Validation

Teacher data validation operations

Check teacher phone number

post
/teacher/check-phone

Check if a phone number is already registered

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
phonestringRequired

Phone number to check

Example: +60123456789
Responses
post
/teacher/check-phone

Check teacher email

post
/teacher/check-email

Check if an email is already registered

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
emailstring · emailRequired

Email to check

Example: [email protected]
Responses
post
/teacher/check-email

Last updated