Nexmo Conversation V2
Connector for the nexmo-conversation-v2 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.nexmo.com/v0.2 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_conversations— GET /conversations — List Conversationsget_events— GET /conversations/{conversation_id}/events — List Eventsget_members— GET /conversations/{conversation_id}/members — List Membersget_users— GET /users — List Users
Inputs
apiKey— your nexmo-conversation-v2 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: get_conversations
apiKey: <your key>