provider organizationsorganizations GET /api/organizations/
@utdk/posthog /api/organizations/
list
limit query
Number of results to return per page.
integer
offset query
The initial index from which to return the results.
integer

Try it

Authentication
Configure credentials for PostHog API
list
GET/api/organizations/

Number of results to return per page.

The initial index from which to return the results.

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