provider organizationsorganizations GET /api/organizations/{id}/
@utdk/posthog /api/organizations/{id}/
retrieve
id path required
A UUID string identifying this organization.
string

Try it

Authentication
Configure credentials for PostHog API
retrieve
GET/api/organizations/{id}/

Parameters

required

A UUID string identifying this organization.

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