Sign in

JSON-RPC Endpoint

documented

Submit JSON-RPC requests to the legacy endpoint (documented methods include addContacts, getContactById, etc.).

POST /JSON-RPCno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{VISION6_JSON_RPC_ENDPOINT}}/" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"id":1,"method":"addContacts","params":["{{VISION6_API_KEY}}",{{$list_id}},[ {"First Name":"{{$first_name}}", "Email":"{{$email}}"} ], {{$overwrite}}, {{$remove_unsubscribers}}]}'
JSON-RPC Endpoint · Vision6 · OpenIntegrations