API Documentation

MERV exposes a REST API under the base path /api/v1. Use JWT (from login) or API key in the Authorization header. For interactive docs, use Swagger UI when the API is running.

Authentication

Users

Test Suites

Base path: /api/v1/testsuites

Test Cases

Base path: /api/v1

Test Steps

Base path: /api/v1

File Attachments (Test Steps)

Hierarchy

API Keys

Base path: /api/v1/api-keys

Example: Get test cases by suite

GET /api/v1/testcases/suite/39c6ac17-1930-4278-8e9e-cb5a1822c795
Authorization: Bearer <access_token>

← Documentation Forum / Defects →