We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f697a commit edd0852Copy full SHA for edd0852
README.rst
@@ -57,14 +57,10 @@ Here's a basic code example with JSON response.
57
58
.. code-block:: javascript
59
60
- {'errors': [],
61
- 'reference_id': 'DGFDF6E11AB86303ASDFD425BE00000657',
62
- 'resource_uri': '/v1/verify/DGFDF6E11AB86303ASDFD425BE00000657',
+ {'reference_id': 'DGFDF6E11AB86303ASDFD425BE00000657',
63
'status': {'code': 103,
64
'description': 'Call in progress',
65
- 'updated_on': '2016-12-12T00:39:58.325559Z'},
66
- 'sub_resource': 'call',
67
- 'verify': {'code_state': 'UNKNOWN', 'code_entered': ''}}
+ 'updated_on': '2016-12-12T00:39:58.325559Z'}}
68
69
For more examples, see the examples folder or visit `TeleSign Developer Portal <https://developer.telesign.com/>`_.
70
0 commit comments