Get a Catalog Provider
Use this endpoint to retrieve the metadata and JSON Schema of a specific catalog provider.
Authorizations
JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.
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"

