Provider
Get provider
GET
/
providers
/
{provider}
Authorizations
X-Api-Key
string
headerrequiredPath Parameters
provider
string
requiredResponse
200 - application/json
name
string
requiredauthType
enum<string>
requiredThe type of authentication required by the provider.
Available options:
oauth2
, apiKey
, basic
, none
baseURL
string
requiredThe 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
requiredThe supported features for the provider.
providerOpts
object
requiredAdditional 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
Was this page helpful?