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].
1111* [ SMS API] ( #sms-api )
1212* [ Voice API] ( #voice-api )
1313* [ Verify API] ( #verify-api )
14+ * [ Number Insight API] ( #number-insight-api )
1415* [ Application API] ( #application-api )
1516* [ Coverage] ( #api-coverage )
1617* [ License] ( #license )
@@ -167,6 +168,25 @@ client.trigger_next_verification_event('00e6c3377e5348cdaf567e1417c707a5')
167168
168169Docs: [ 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 )
169170
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... -->
170190
171191## Application API
172192
You can’t perform that action at this time.
0 commit comments