API Descriptions
Learn about API Descriptions in Laminar
Last updated
Was this helpful?
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
String
description
String
Last updated
Was this helpful?
Was this helpful?