Skip to main content

Voidr API - Getting Started

Authenticate and run automated tests via API. Integrate with your CI/CD pipeline in minutes.

Table of Contents

Initial Setup

Discovery and Preparation

Test Execution

Result Queries

Webhooks and Integration

Quick Start

To get started with the Voidr API:
  1. Create a Service Account - Generate your clientId and clientSecret
  2. Get an Access Token - Authenticate to receive a bearer token
  3. Configure Webhooks - Set up endpoints to receive test results
  4. Discover Your Tests - Explore your test plan structure
  5. Execute Tests - Trigger test runs via API
  6. Monitor Results - Poll for status or receive webhook notifications
Throughout this guide, you’ll see variables like API_URL (base URL including /v1) and ACCESS_TOKEN (bearer token from authentication). Replace these with your actual values.