provider organizationsdomains GET /api/organizations/{organization_id}/domains/{id}/
@utdk/posthog /api/organizations/{organization_id}/domains/{id}/
domains_retrieve
id path required
A UUID string identifying this domain.
string
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
domainsRetrieve
GET/api/organizations/{organization_id}/domains/{id}/

Parameters

required

A UUID string identifying this domain.

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