File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ need a Nexmo account. Sign up [for free at nexmo.com][signup].
11
11
* [ SMS API] ( #sms-api )
12
12
* [ Voice API] ( #voice-api )
13
13
* [ Verify API] ( #verify-api )
14
+ * [ Number Insight API] ( #number-insight-api )
14
15
* [ Application API] ( #application-api )
15
16
* [ Coverage] ( #api-coverage )
16
17
* [ License] ( #license )
@@ -167,6 +168,25 @@ client.trigger_next_verification_event('00e6c3377e5348cdaf567e1417c707a5')
167
168
168
169
Docs: [ https://docs.nexmo.com/verify/api-reference/api-reference#control ] ( https://docs.nexmo.com/verify/api-reference/api-reference#control?utm_source=DEV_REL&utm_medium=github&utm_campaign=python-client-library?utm_source=DEV_REL&utm_medium=github&utm_campaign=python-client-library )
169
170
171
+ ## Number Insight API
172
+
173
+ ### Basic Number Insight
174
+
175
+ ``` python
176
+ client.get_basic_number_insight(number = ' 447700900000' )
177
+ ```
178
+
179
+ Docs: [ https://docs.nexmo.com/number-insight/basic ] ( https://docs.nexmo.com/number-insight/basic?utm_source=DEV_REL&utm_medium=github&utm_campaign=python-client-library?utm_source=DEV_REL&utm_medium=github&utm_campaign=python-client-library )
180
+
181
+ ### Standard Number Insight
182
+
183
+ ``` python
184
+ client.get_number_insight(number = ' 447700900000' )
185
+ ```
186
+
187
+ Docs: [ https://docs.nexmo.com/number-insight/standard ] ( https://docs.nexmo.com/number-insight/basic?utm_source=DEV_REL&utm_medium=github&utm_campaign=python-client-library?utm_source=DEV_REL&utm_medium=github&utm_campaign=python-client-library )
188
+
189
+ <!-- when the switchover to new Number Insight is done, then we'll add Advance Insight... -->
170
190
171
191
## Application API
172
192
You can’t perform that action at this time.
0 commit comments