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 Groups API

The Groups API from Testerarmy — 5 operation(s) for groups.

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

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

This API exposes 8 operations across 5 paths, and defines 1 schema. 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.

8 operations 5 paths 1 schemas 2 DELETE2 GET1 PATCH3 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 Groups 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 8

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

Groups 8
GET
/v1/groups
List test groups
1 param → 200400401404429500504
POST
/v1/groups
Create a test group
body → 201400401404429500504
GET
/v1/groups/{groupId}
Get a test group
1 param → 200400401404429500504
PATCH
/v1/groups/{groupId}
Update a test group
1 param body → 200400401429500504
DELETE
/v1/groups/{groupId}
Delete a test group
1 param → 200400401429500504
POST
/v1/groups/{groupId}/tests
Add a test to a group
1 param body → 200201400401404429500504
DELETE
/v1/groups/{groupId}/tests/{testId}
Remove a test from a group
2 params → 200400401429500504
POST
/v1/groups/{groupId}/runs
Trigger a test group run
1 param body → 202400401404429500504

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is GroupDetail (8 properties). Each schema is shown below with its type and property counts.

GroupDetail
object
8 properties 6 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

testerarmy-groups-api-openapi.yml Raw ↑

Other APIs Testerarmy publishes across the network.

Testerarmy Projects API
Testerarmy Test Runs API
Testerarmy Tests API
Testerarmy Webhooks API