Skip to main content

HTTP API

Required extra

This connection needs no additional extra. See Installation.

Test APIs that return data in JSON format. Currently, only GET requests are supported.

Server

servers:
- server: api
type: api
location: "https://api.example.com/path"
delimiter: none # new_line, array, or none (default)

Environment variables

VariableExampleDescription
DATACONTRACT_API_HEADER_AUTHORIZATIONBearer <token>Value for the authorization header (optional)