Get a Catalog Provider
Use this endpoint to retrieve the metadata and JSON Schema of a specific catalog provider.
Documentation Index
Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authenticating requests to the Flowker API. Provisioned via the API_KEY environment variable during deployment.
Path Parameters
Unique identifier of the catalog provider.
Response
Indicates that the request was successful and the response contains the requested data.
JSON Schema defining the expected configuration for this provider.
"{\"type\":\"object\",\"properties\":{\"baseUrl\":{\"type\":\"string\"},\"apiKey\":{\"type\":\"string\"}}}"
Description of the provider's capabilities.
"Built-in HTTP connector for REST API integrations"
Unique identifier of the provider.
"lerian-builtin"
Display name of the provider.
"Lerian Built-in"
Provider version.
"1.0.0"

