v1

latestOpenAPI 3.0.3Apache 2.02026-07-1716318.9 KB
Plugins - Endpoints

Get more information about how to use a given endpoint

More information about the endpoint.

User must be authenticated.

get/plugins/endpoints/{endpointId}/more-information

Response

More information of the endpoint

descriptionstring

Plugin's description.

documentationUrlstring

Plugin's documentation URL.

schemaImgstring base64

Plugin's schema image as base64.

Example response

{
  "description": "Let your consumers send synchronous, on-demand requests for events via a standard HTTP GET requests. Use a standard HTTP proxy to mediate between client applications as data consumers and event brokers such as Kafka.",
  "documentationUrl": "https://documentation.gravitee.io",
  "schemaImg": "data:image/png;base64,aFDqfda"
}