Nexmo Reports
Connector for the nexmo-reports API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.nexmo.com - Auth:
basic(pass your key via theapiKeyinput)
Operations
list_reports— GET /v2/reports — List reportsget_records— GET /v2/reports/records — Load records synchronouslyget_report— GET /v2/reports/{report_id} — Get status of reportdownload_report— GET /v3/media/{file_id} — Get report datacreate_async_report— POST /v2/reports — Create an asynchronous reportcancel_report— DELETE /v2/reports/{report_id} — Cancel the execution of a report
Inputs
apiKey— your nexmo-reports 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: list_reports
apiKey: <your key>