Skip to content

Commit 703eac9

Browse files
authored
Merge pull request #34 from Nexmo/number-insight-api-readme
Documentation for Number Insight in README
2 parents 77b7499 + 42fedda commit 703eac9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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

168169
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)
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

0 commit comments

Comments
 (0)