Teacher Validation
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
phonestringRequiredExample:
Phone number to check
+60123456789Responses
200
Phone number check completed
application/json
500
Internal server error
application/json
post
/teacher/check-phoneAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200
Email check completed
application/json
500
Internal server error
application/json
post
/teacher/check-emailLast updated