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

Operations about features

Rainforest QA features 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 features. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

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

7 operations 3 paths 5 schemas 2 DELETE2 GET2 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 features 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 7

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

features 7

Operations about features

GET
/1/features
List features
get-features 5 params → 200
POST
/1/features
Create a new feature
post-features body → 201400
GET
/1/features/{id}
Get a feature
get-feature 1 param → 200404
PUT
/1/features/{id}
Update a feature
put-feature 1 param body → 200400404
DELETE
/1/features/{id}
Delete a feature
delete-feature 1 param → 200404
POST
/1/features/{id}/tests
Add tests to a feature
post-feature-tests 1 param body → 201400404
DELETE
/1/features/{id}/tests
Remove tests from a feature
delete-feature-tests 20 params → 200404

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are post-feature-tests (18 properties), Feature (5 properties), Error (1 property), post-features (1 property). Each schema is shown below with its type and property counts.

put-feature
object
Update a feature
1 property 1 required
post-features
object
Create a new feature
1 property 1 required
Error
object
Error model
1 property 1 required
post-feature-tests
object
Add tests to a feature
18 properties
Feature
object
Feature model
5 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rainforest-qa-features-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 folders 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