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

Testmo Test Case Management API

Beta read/write API for cases, folders, and attachments.

Testmo Test Case Management API is one of 7 APIs that Testmo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 10 operations across 3 paths, and defines 12 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://{instance}.testmo.net/api/v1.

10 operations 3 paths 12 schemas 2 DELETE3 GET2 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://{instance}.testmo.net/api/v1
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Testmo Test Case Management API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Personal API token generated from your Testmo profile page, passed as Authorization: Bearer .

Paths & Operations 10

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

Test Case Management 10

Beta read/write API for cases, folders, and attachments.

GET
/projects/{project_id}/cases
List cases (beta)
listCases 6 params → 200401404
POST
/projects/{project_id}/cases
Create cases (beta)
createCases 1 param body → 200401422
PATCH
/projects/{project_id}/cases
Update cases (beta)
updateCases 1 param body → 200401422
DELETE
/projects/{project_id}/cases
Delete cases (beta)
deleteCases 1 param body → 200401
GET
/folders
List folders (beta)
listFolders 3 params → 200401
POST
/folders
Create folders (beta)
createFolders body → 200401422
PATCH
/folders
Update folders (beta)
updateFolders body → 200401422
DELETE
/folders
Delete folders (beta)
deleteFolders body → 200401
GET
/cases/{case_id}/attachments
List case attachments (beta)
listCaseAttachments 1 param → 200401404
POST
/cases/{case_id}/attachments
Upload case attachments (beta)
uploadCaseAttachments 1 param body → 200401422

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are Pagination (5 properties), Case (5 properties), Attachment (4 properties), Folder (3 properties). Each schema is shown below with its type and property counts.

Folder
object
3 properties
AttachmentList
object
2 properties
IdArray
object
1 property 1 required
FolderList
object
2 properties
CaseList
object
2 properties
DeleteResponse
object
2 properties
Attachment
object
4 properties
FolderBulkInput
object
1 property 1 required
Case
object
5 properties
CaseBulkInput
object
1 property 1 required
Pagination
object
5 properties
Error
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

testmo-test-case-management-api-openapi.yml Raw ↑

Other APIs Testmo publishes across the network.

Testmo Automation Runs API
Testmo Automation Sources API
Testmo Milestones API
Testmo Projects API
Testmo Sessions API
Testmo Test Runs API