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.

APIDescription Model

FieldType

id

Integer (int64)

url

String

methodType

String (GET, POST, PUT, DELETE)

authCredentials

AuthCredentials (Referenced)

name

String

description

String

Last updated