provider organizationsmembers GET /api/organizations/{organization_id}/members/{user__uuid}/scoped_api_keys/
@utdk/posthog /api/organizations/{organization_id}/members/{user__uuid}/scoped_api_keys/
members_scoped_api_keys_retrieve
organization_id path required
ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/.
string
user__uuid path required
string

Try it

Authentication
Configure credentials for PostHog API
membersScopedApiKeysRetrieve
GET/api/organizations/{organization_id}/members/{user__uuid}/scoped_api_keys/

Parameters

required

ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/.

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