provider custom_property_definitions GET /api/environments/{environment_id}/custom_property_definitions/{id}/
@utdk/posthog /api/environments/{environment_id}/custom_property_definitions/{id}/
environments_custom_property_definitions_retrieve
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
id path required
string

Try it

Authentication
Configure credentials for PostHog API
environmentsCustomPropertyDefinitionsRetrieve
GET/api/environments/{environment_id}/custom_property_definitions/{id}/

Parameters

required

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

required

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.environmentsCustomPropertyDefinitionsRetrieve()