GET
/
providers
/
{provider}

Authorizations

X-Api-Key
string
headerrequired

Path Parameters

provider
string
required

Response

200 - application/json
name
string
required
authType
enum<string>
required

The type of authentication required by the provider.

Available options:
oauth2,
apiKey,
basic,
none
baseURL
string
required

The base URL for making API requests.

oauth2Opts
object

Configuration for OAuth2.0. Must be provided if authType is oauth2.

apiKeyOpts
object

Configuration for API key. Must be provided if authType is apiKey.

basicOpts
object

Configuration for Basic Auth. Optional.

support
object
required

The supported features for the provider.

providerOpts
object
required

Additional provider-specific metadata.

displayName
string

The display name of the provider, if omitted, defaults to provider name.

postAuthInfoNeeded
boolean

If true, we require additional information after auth to start making requests.

media
object
labels
object