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

Rainforest QA folders API

Operations about folders

Rainforest QA folders API is one of 18 APIs that Rainforest QA publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include folders. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

This API exposes 5 operations across 2 paths, and defines 12 schemas. It is described by OpenAPI 3.0.0, at version 1.

Requests are made against a single base URL, https://app.rainforestqa.com/api.

5 operations 2 paths 12 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1
Base URL
https://app.rainforestqa.com/api
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Rainforest QA folders API declares 1 security scheme for authenticating requests. An API key is passed in the header as CLIENT_TOKEN (api_key). By default, every request must be authenticated.

Paths & Operations 5

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

folders 5

Operations about folders

GET
/1/folders
List folders
get-folders 4 params → 200
POST
/1/folders
Create a new folder
post-folders body → 201400
GET
/1/folders/{id}
Get a folder
get-folder 4 params → 200404
PUT
/1/folders/{id}
Update a folder
put-folder 1 param body → 200400404
DELETE
/1/folders/{id}
Delete a folder
delete-folder 1 param → 200404

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are Tests_Index (43 properties), Tests_Lite (16 properties), Filter (15 properties), SmartFolder (9 properties). Each schema is shown below with its type and property counts.

SmartFolder
object
SmartFolder model
9 properties 5 required
Tests_Index
object
43 properties
Filter
object
15 properties
Error
object
Error model
1 property 1 required
OverriddenResult
object
6 properties
UserLite
object
6 properties
put-folder
object
Update a folder
4 properties
Connection
object
Connection model
7 properties
RunSuperLite
object
3 properties
RunTestBrowserStatus
object
9 properties
Tests_Lite
object
16 properties
post-folders
object
Create a new folder
4 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rainforest-qa-folders-api-openapi.yml Raw ↑

Other APIs Rainforest QA publishes across the network.

Rainforest QA callback API
Rainforest QA clients API
Rainforest QA connections API
Rainforest QA credit_cards API
Rainforest QA environments API
Rainforest QA features API
Rainforest QA generators API
Rainforest QA on_premise_crowd API
Rainforest QA run_groups API
Rainforest QA runs API
Rainforest QA site_environments API
Rainforest QA sites API