Authorizations
Path Parameters
The API provider.
Response
ProviderInfo
The type of authentication required by the provider.
oauth2
, apiKey
, basic
, jwt
, custom
, none
The base URL for making API requests.
The supported features for the provider.
Additional provider-specific metadata.
Configuration for OAuth2.0. Must be provided if authType is oauth2.
Configuration for API key. Must be provided if authType is apiKey.
Configuration for Basic Auth. Optional.
Configuration for custom auth. Optional.
A URL to check the health of a provider's credentials. It's used to see if the credentials are valid and if the provider is reachable.
The display name of the provider, if omitted, defaults to provider name.
"Zendesk Chat"
If true, we require additional information after auth to start making requests.
true
The registry of provider modules.
Provider metadata that needs to be given by the user or fetched by the connector post authentication for the connector to work.