Learn about API Descriptions in Laminar
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.
id
Integer (int64)
url
String
methodType
String (GET, POST, PUT, DELETE)
authCredentials
AuthCredentials (Referenced)
name
description
Last updated 11 months ago
Was this helpful?