provider external_data_sources GET
/api/projects/{project_id}/external_data_sources/wizard/ @utdk/posthog
/api/projects/{project_id}/external_data_sources/wizard/ external_data_sources_wizard_retrieve
Create, Read, Update and Delete External data Sources.
- project_id path required
- Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
- 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
Code snippet
Updates live as you fill in the form above.
TypeScript
import posthog from '@utdk/posthog';
await posthog.externalDataSourcesWizardRetrieve()