MW API DOCUMENTATION
get
API_END_POINT
/mw_term_condition/
Get Term Condition
- MW: the short name of MagicWeaver
- CP: the short name of Client Partner who is a business client of MagicWeaver
- MW-X-SECRET: A long secret/password string, provided by MW. It is shared by MW and CP for authenticating sign-in and sign-up requests and passing user information from CP sides to MW with encryption.
- JWT: an encrypted token generate with jwt module of Python or other software with same algorithm
- MW-JWT: is generated by MW server, used for authenticating service access and identifying user
- MW-X-JWT: is generated by MW server or/and CP server with exactly same algorithm and secret key string. MW and CP use it for identifying each other for data and information exchange. For example, MW uses it to identify a CP and authenticate service access.
- CP-JWT: is generated by CP server, used for authenticating their service access and identifying user account
post
API_END_POINT
/sign_up/<partner>/
Sign up
post
API_END_POINT
/sign_in/<partner>
Sign in from mw app
post
API_END_POINT
/sign_in/<partner>
Sign in from CP app
post
API_END_POINT
/request_reset_passwd/<partner>/
Reset Password
post
API_END_POINT
/change_passwd/
post
API_END_POINT
/create_profile/
Create Profile
post
API_END_POINT
/delete_profile_by_id/<profile_id>/
Delete profile
post
API_END_POINT
/update_profile/<profile_id>
Update profile
post
API_END_POINT
/update_measurements/<profile_id>/
Update measurements
get
API_END_POINT
show_3d_models_in_js_viewer_by_profile_id/<profile_id>/
Show 3D Model
post
API_END_POINT
/get_measurements_by_profile_id/<profile_id>/
Ger Profile Measurements
get
API_END_POINT
/get_profile_info_by_id/<profile_id>/
Get Profile Info
get
API_END_POINT
/list_profiles/app_list/<sort_method>/
List Profiles
get
API_END_POINT
/list_profiles/app_list/<sort_method>/
Get Single Profile
get
API_END_POINT
/get_app_config
Last modified 3yr ago