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

Testiny Automation API

Automated test cases and test runs submitted from CI/CD.

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

Tagged areas include Automation. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 5 operations across 3 paths, and defines 1 schema. It is described by OpenAPI 3.0.4, at version 1.38.0.

Requests are made against a single base URL, https://app.testiny.io/api/v1.

5 operations 3 paths 1 schemas 2 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.4
API Version
1.38.0
Base URL
https://app.testiny.io/api/v1
Authentication
API Key
Contact
Resource Areas
1

Authentication & Security 1

Testiny Automation API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Api-Key (ApiKeyAuth). By default, every request must be authenticated.

  • ApiKeyAuth — API key created in Testiny (Account settings / organization) with fine-grained permissions. Passed as the X-Api-Key request header. Treat the API key like a pa…

Paths & Operations 5

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

Automation 5

Automated test cases and test runs submitted from CI/CD.

GET
/atm-testcase
List automation test cases
listAutomationTestCases → 200
POST
/atm-testcase
Create an automation test case
createAutomationTestCase → 200
GET
/atm-testrun
List automation test runs
listAutomationTestRuns → 200
POST
/atm-testrun
Create an automation test run
createAutomationTestRun → 200
POST
/atm-testrun/complete
Complete an automation test run
completeAutomationTestRun body → 200

Schemas 1

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

AutomationResults
object
Results payload submitted for an automation test run.
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

testiny-automation-api-openapi.yml Raw ↑

Other APIs Testiny publishes across the network.

Testiny Projects API
Testiny Test Cases API
Testiny Test Plans API
Testiny Test Runs API