Nexmo Number Insight
Connector for the nexmo-number-insight API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.nexmo.com/ni - Auth:
query:api_key(pass your key via theapiKeyinput)
Operations
getnumberinsightasync— GET /advanced/async/{format} — Advanced Number Insight (async)getnumberinsightadvanced— GET /advanced/{format} — Advanced Number Insight (sync)getnumberinsightbasic— GET /basic/{format} — Basic Number Insightgetnumberinsightstandard— GET /standard/{format} — Standard Number Insight
Inputs
apiKey— your nexmo-number-insight API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getnumberinsightasync
apiKey: <your key>