Vorro API Documentation

Powerful, flexible APIs to integrate and extend the Vorro VIIA platform

REST API

Comprehensive REST APIs for managing integrations, workflows, and data transformations.

View Documentation

Webhook API

Create and manage webhooks to trigger actions or receive notifications from the Vorro platform.

View Documentation

SDK

Client libraries for popular programming languages to simplify API integration.

View Documentation

Authentication

Secure your API requests with our authentication methods. All API requests require authentication using API keys or OAuth 2.0.

API Keys

Generate API keys in your Vorro dashboard and include them in the request headers.

OAuth 2.0

Use OAuth 2.0 for secure, token-based authentication with your applications.

API Key Authentication Example

curl -X GET \
  https://api.vorro.com/v1/workflows \
  -H "X-API-Key: your_api_key_here" \
  -H "Content-Type: application/json"

API Reference

Explore our comprehensive API documentation

REST API Reference

Workflows

GET/v1/workflows
POST/v1/workflows
PUT/v1/workflows/{id}

Connectors

GET/v1/connectors
GET/v1/connectors/{id}

Executions

GET/v1/executions
POST/v1/executions
API Getting Started

Getting Started

Follow these steps to start using the Vorro API in your applications.

1

Create a Vorro Account

Sign up for a Vorro account if you don't already have one.

2

Generate API Keys

Create API keys in your Vorro dashboard under API settings.

3

Install SDK (Optional)

Install the Vorro SDK for your preferred programming language.

4

Make Your First API Call

Follow our quickstart guide to make your first API request.

Ready to Build with Vorro?

Get started with our powerful APIs and transform your healthcare integration capabilities.