Difference between revisions of "Mobile API"
Ashley DeBon (talk | contribs) |
Ashley DeBon (talk | contribs) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
= CallProof Mobile API = | = CallProof Mobile API = | ||
| − | The '''CallProof Mobile API''' provides | + | The '''CallProof Mobile API''' provides backend services for the CallProof Mobile Application on both '''iOS''' and '''Android'''. It enables secure communication between the mobile applications and the CallProof platform for authentication, user management, contacts, tasks, routes, visits, dashboards, and other mobile features. |
== Authentication == | == Authentication == | ||
=== User Login === | === User Login === | ||
| − | Allows | + | Allows an existing user to authenticate and access the CallProof Mobile API. |
* [[Mobile User Login|User Login]] | * [[Mobile User Login|User Login]] | ||
| Line 14: | Line 14: | ||
<div style="clear:both;"></div> | <div style="clear:both;"></div> | ||
| + | |||
=== User Registration === | === User Registration === | ||
| − | |||
Allows a new user to create a CallProof account using email or a supported third-party authentication provider. | Allows a new user to create a CallProof account using email or a supported third-party authentication provider. | ||
| Line 22: | Line 22: | ||
* [[Microsoft User Register|Microsoft User Registration]] | * [[Microsoft User Register|Microsoft User Registration]] | ||
* [[Apple User Register|Apple User Registration]] | * [[Apple User Register|Apple User Registration]] | ||
| + | |||
<div style="clear:both;"></div> | <div style="clear:both;"></div> | ||
== Dashboard == | == Dashboard == | ||
| − | + | ||
| + | Provides APIs for retrieving dashboard information, widgets, and verification details. | ||
| + | |||
* [[Dashboard Details|Dashboard Details]] | * [[Dashboard Details|Dashboard Details]] | ||
| + | * [[Team Member Details|Team Member Details]] | ||
| + | * [[Dashboard Widgets Get Details|Dashboard Widgets Get Details]] | ||
| + | * [[Dashboard Widgets Update Details|Dashboard Widgets Update Details]] | ||
| + | * [[Send OTP|Send OTP]] | ||
| + | * [[Check Verification Code|Check Verification Code]] | ||
| + | * [[GlassUSA Dashboard Details|GlassUSA Dashboard Details]] | ||
| + | |||
| + | <div style="clear:both;"></div> | ||
| + | |||
| + | == Helper APIs == | ||
| + | |||
| + | Provides utility APIs that support various mobile application features. | ||
| + | |||
| + | * [[Event Actions Store|Store Event Actions]] | ||
<div style="clear:both;"></div> | <div style="clear:both;"></div> | ||
Latest revision as of 13:19, 15 July 2026
Contents
CallProof Mobile API
The CallProof Mobile API provides backend services for the CallProof Mobile Application on both iOS and Android. It enables secure communication between the mobile applications and the CallProof platform for authentication, user management, contacts, tasks, routes, visits, dashboards, and other mobile features.
Authentication
User Login
Allows an existing user to authenticate and access the CallProof Mobile API.
User Registration
Allows a new user to create a CallProof account using email or a supported third-party authentication provider.
Dashboard
Provides APIs for retrieving dashboard information, widgets, and verification details.
- Dashboard Details
- Team Member Details
- Dashboard Widgets Get Details
- Dashboard Widgets Update Details
- Send OTP
- Check Verification Code
- GlassUSA Dashboard Details
Helper APIs
Provides utility APIs that support various mobile application features.