Nexmo External Accounts
Connector for the nexmo-external-accounts API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.nexmo.com/beta/chatapp-accounts - Auth:
basic(pass your key via theapiKeyinput)
Operations
getallaccounts— GET / — Retrieve all accounts you owngetmessengeraccount— GET /messenger/{external_id} — Retrieve a Messenger accountgetvsmaccount— GET /viber_service_msg/{external_id} — Retrieve a Viber Service Message accountgetwaaccount— GET /whatsapp/{external_id} — Retrieve a Whatsapp accountcreatemessengeraccount— POST /messenger — Create a Messenger accountdeletemessengeraccount— DELETE /messenger/{external_id} — Delete a Messenger account
Inputs
apiKey— your nexmo-external-accounts 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: getallaccounts
apiKey: <your key>