Laminar
  • Laminar
  • Platform
    • Overview
    • Getting Started
    • Advanced
      • Workflows
        • Global Workflow Object
        • HTTP Request Batching
        • Workflow Exit Points
        • Invoke Secondary Workflows
      • Configurations
      • Flows
        • Flow Types
          • HTTP Request
          • Data Transformations
        • Supported Languages
      • Managing Notifications
    • Best Practices
    • Keywords
      • lam.resolveThenExecute
      • lam.exit
      • lam.execute
      • lam.asyncExecute
      • lam.httpRequest
      • lam.httpRequests
  • API
    • Executing a Workflow
    • Creating a Configuration
    • Authentication
    • Changelog
  • External Links
    • Book a Demo
    • Sign In
Powered by GitBook
On this page
  • Overview
  • API Description Model

Was this helpful?

  1. API

API Descriptions

Learn about API Descriptions in Laminar

Overview

Laminar uses API descriptions to make requests to external systems.

Each description specifies:

  • The endpoint URL to be accessed.

  • The HTTP method to use for the request (GET, POST, PUT, DELETE).

  • The authentication credentials required.

API Description Model

Field
Type

id

Integer (int64)

url

String

methodType

String (GET, POST, PUT, DELETE)

authCredentials

AuthCredentials (Referenced)

name

String

description

String

Last updated 2 months ago

Was this helpful?