provider reverse_proxyproxy_records GET /api/organizations/{organization_id}/proxy_records/
@utdk/posthog /api/organizations/{organization_id}/proxy_records/
proxy_records_list
List all reverse proxies configured for the organization. Returns proxy records along with the maximum number allowed by the current plan.
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
proxyRecordsList
GET/api/organizations/{organization_id}/proxy_records/
List all reverse proxies configured for the organization. Returns proxy records along with the maximum number allowed by the current plan.

Parameters

required

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

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