@@ -25,7 +25,7 @@ With just two classes, **telesign.api** abstracts much of the complexity of the
2525+----------------------+--------------------------------------------------------------------------+
2626| Python Class | Description |
2727+======================+==========================================================================+
28- | telesign.api.PhoneId | The **PhoneId ** class exposes four services that each provide |
28+ | telesign.api.PhoneId | The **PhoneId ** class exposes three services that each provide |
2929| | information about a specified phone number. |
3030| | |
3131| | *standard * |
@@ -40,13 +40,10 @@ With just two classes, **telesign.api** abstracts much of the complexity of the
4040| | *contact * |
4141| | In addition to the information retrieved by *standard *, this service |
4242| | provides the Name & Address associated with the specified phone |
43- | | number. |
44- | | *live * |
45- | | In addition to the information retrieved by standard, this service |
46- | | provides actionable data associated with the specified phone number. |
43+ | | number. |
4744| | |
4845+----------------------+--------------------------------------------------------------------------+
49- | telesign.api.Verify | The **Verify ** class exposes four services for sending users a |
46+ | telesign.api.Verify | The **Verify ** class exposes two services for sending users a |
5047| | verification token (a three to five-digit number). You can use this |
5148| | mechanism to simply test whether you can reach users at the phone number |
5249| | they supplied, or you can have them use the token to authenticate |
@@ -60,17 +57,10 @@ With just two classes, **telesign.api** abstracts much of the complexity of the
6057| | |
6158| | *call * |
6259| | Calls the specified phone number, and using speech synthesis—speaks |
63- | | the verification code to the user. |
60+ | | the verification code to the user. |
6461| | *sms * |
6562| | Send a text message containing the verification code to the |
66- | | specified phone number (supported for mobile phones only). |
67- | | *smart * |
68- | | Smart will intelligently determines the best service to use based on |
69- | | the end user device and then attempts to place a call, send an SMS, |
70- | | or send a push request. |
71- | | *push * |
72- | | Send a push notification containing the verification code to the |
73- | | specified phone number (supported for registered devices only). |
63+ | | specified phone number (supported for mobile phones only). |
7464| | *status * |
7565| | Retrieves the verification result. You make this call in your web |
7666| | application after users complete the authentication transaction |
0 commit comments