provider external_data_sources GET /api/environments/{environment_id}/external_data_sources/wizard/
@utdk/posthog /api/environments/{environment_id}/external_data_sources/wizard/
environments_external_data_sources_wizard_retrieve
Create, Read, Update and Delete External data Sources.
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
source_type query
Comma-separated source type(s) to return config for, e.g. 'Postgres' or 'Postgres,Stripe'. Strongly recommended: the unfiltered response describes every supported source and is very large. Omit only to enumerate the available types.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsExternalDataSourcesWizardRetrieve
GET/api/environments/{environment_id}/external_data_sources/wizard/
Create, Read, Update and Delete External data Sources.

Parameters

required

Deprecated. Use /api/projects/{project_id}/ instead.

Comma-separated source type(s) to return config for, e.g. 'Postgres' or 'Postgres,Stripe'. Strongly recommended: the unfiltered response describes every supported source and is very large. Omit only to enumerate the available types.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.environmentsExternalDataSourcesWizardRetrieve()