API Requests

Making requests to APIs in Laminar

Describing Endpoints

API endpoints can be described in Laminar with API Descriptions. These are wrappers around URLs that also store the Auth Credentials necessary to make requests on that specific API endpoint.

Making requests

API Requests are run at the start and the end of each Flow, and can be fine tuned to have dynamic query parameters or headers using Laminar Keywords.

Responses and data transformations are stored as part of a Global Workflow Object during execution that each Flow has access to, and individual API request inputs and outputs are stored in Flow Runs afterward.

Last updated