Provider
Get provider
GET
Authorizations
Path Parameters
Response
200 - application/json
The type of authentication required by the provider.
Available options:
oauth2
, apiKey
, basic
, jwt
, none
The base URL for making API requests.
Additional provider-specific metadata.
The supported features for the provider.
Configuration for API key. Must be provided if authType is apiKey.
Configuration for Basic Auth. Optional.
The display name of the provider, if omitted, defaults to provider name.
Configuration for OAuth2.0. Must be provided if authType is oauth2.
If true, we require additional information after auth to start making requests.
Was this page helpful?