provider organizationsoauth_applications GET /api/organizations/{organization_id}/oauth_applications/
@utdk/posthog /api/organizations/{organization_id}/oauth_applications/
oauth_applications_list
ViewSet for listing OAuth applications at the organization level (read-only).
limit query
Number of results to return per page.
integer
offset query
The initial index from which to return the results.
integer
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

Try it

Authentication
Configure credentials for PostHog API
oauthApplicationsList
GET/api/organizations/{organization_id}/oauth_applications/
ViewSet for listing OAuth applications at the organization level (read-only).

Parameters

required

ID of the organization you're trying to access. To find the ID of the organization, make a call to /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.oauthApplicationsList()