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

Testim Io Tests API

List tests by branch, search by test name, and execute tests

Testim Io Tests API is one of 7 APIs that Testim Io 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, API documentation, and an API reference.

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

Requests are made against 2 base URLs: https://api.testim.io, https://api.eu.testim.io.

6 operations 6 paths 3 schemas 4 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://api.testim.io
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Testim Io Tests API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (PAK-[RANDOM_KEY]) (apiKeyAuth). By default, every request must be authenticated.

Paths & Operations 6

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

Tests 6

List tests by branch, search by test name, and execute tests

GET
/tests
List tests
2 params → 200400401403429
GET
/tests/{testId}
Fetch test data by test ID
2 params → 200404
PUT
/tests/{testId}/status
Change the test-status
1 param body → 200400401403429
GET
/tests/search
Get tests by name
1 param → 200400401403429
GET
/tests/tms/{testId}/test-cases
List all TMS test case IDs
2 params → 200400401403429
POST
/tests/run/{testId}
Execute test remotely
1 param body → 200400401403429

Schemas 3

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

requestId
string
metaData
object
1 property 1 required
Error
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

testim-io-tests-api-openapi.yml Raw ↑

Other APIs Testim Io publishes across the network.

Testim Io Branches API
Testim Io Executions API
Testim Io Labels API
Testim Io Mobile Applications API
Testim Io Suites API
Testim Io Test plans API