provider code-invitescode GET /api/code/invites/check-access/
@utdk/posthog /api/code/invites/check-access/
Check access
Check whether the authenticated user has access to PostHog Code.

Try it

Authentication
Configure credentials for PostHog API
codeInvitesCheckAccessRetrieve
GET/api/code/invites/check-access/
Check whether the authenticated user has access to PostHog Code.

This operation has no parameters.

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