Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Testerarmy Tests API

The Tests API from Testerarmy — 3 operation(s) for tests.

Testerarmy Tests API is one of 5 APIs that Testerarmy publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Tests. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 6 operations across 3 paths, and defines 3 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against a single base URL, https://tester.army/api.

6 operations 3 paths 3 schemas 1 DELETE2 GET1 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://tester.army/api/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Testerarmy Tests API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (API Key) (bearerAuth).

  • bearerAuth — API key authentication using Bearer token format

Paths & Operations 6

Across 3 paths, the API surfaces 6 operations — 1 DELETE, 2 GET, 1 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Tests 6
GET
/v1/tests
List tests
4 params → 200400401404429500504
POST
/v1/tests
Create a test
body → 201400401404429500504
GET
/v1/tests/{testId}
Get a test
1 param → 200400401404429500504
PATCH
/v1/tests/{testId}
Update a test
1 param body → 200400401429500504
DELETE
/v1/tests/{testId}
Delete a test
1 param → 200400401429500504
POST
/v1/tests/{testId}/runs
Trigger a test run
1 param body → 202400401429500504

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed is TestDefinition (11 properties). Each schema is shown below with its type and property counts.

TestDetail
TestStep
TestDefinition
object
11 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

testerarmy-tests-api-openapi.yml Raw ↑

Other APIs Testerarmy publishes across the network.

Testerarmy Groups API
Testerarmy Projects API
Testerarmy Test Runs API
Testerarmy Webhooks API