v1
integrations
List Providers
Get metadata for every available provider.
Returns both statically defined providers (from ProviderName enum) and dynamically registered providers (from SDK decorators). Each entry includes a description declared via ProviderBuilder.with_description(...) in the provider's _config.py.
Note: The complete list of provider names is also available as a constant in the generated TypeScript client via PROVIDER_NAMES.
get/api/integrations/providers
Response
Successful Response
Changes
Changed in 2 of the 92 revisions of this API.11
- ●
added the new
device_codeenum value to theitems/supported_auth_types/items/response property for the response status200response-property-enum-value-added
- ●
- ○
the endpoint scheme security
HTTPBearerwas added to the APIapi-security-added
- ○