Skip to main content
Unary · Integrations Gets details about a specific integration definition. Use this method to:
  • View integration definition configuration
  • Check supported capabilities
  • Verify authentication requirements

Endpoint

Send a Bearer token as described in Authentication. If your organization uses a custom management-plane domain, replace https://app.ona.com with that domain.

Request example

Request

gitpod.v1.GetIntegrationDefinitionRequest

Response

gitpod.v1.GetIntegrationDefinitionResponse
IntegrationAuthentication defines authentication requirements and optionsgitpod.v1.IntegrationAuthentication
IntegrationCapabilities defines what an integration can dogitpod.v1.IntegrationCapabilities
IntegrationDefinition defines a service that can be integrated with (e.g. Linear, GitHub, etc.)gitpod.v1.IntegrationDefinition
IntegrationCategory classifies integrations for filtering and display.