provider organizationscimd_verification_tokens GET /api/organizations/{organization_id}/cimd_verification_tokens/{id}/
@utdk/posthog /api/organizations/{organization_id}/cimd_verification_tokens/{id}/
cimd_verification_tokens_retrieve
Manage CIMD verification tokens for an organization. A partner embeds the plaintext token in their CIMD metadata document as `verification_token` inside the `com.posthog` object (the legacy top-level `posthog_verification_token` field still works as a fallback). When PostHog fetches the metadata, matching the token links the partner app to this organization and grants a higher default rate limit for account provisioning. The plaintext value is only available on creation; we store a hash.
id path required
A UUID string identifying this CIMD Verification Token.
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
cimdVerificationTokensRetrieve
GET/api/organizations/{organization_id}/cimd_verification_tokens/{id}/
Manage CIMD verification tokens for an organization. A partner embeds the plaintext token in their CIMD metadata document as `verification_token` inside the `com.posthog` object (the legacy top-level `posthog_verification_token` field still works as a fallback). When PostHog fetches the metadata, matching the token links the partner app to this organization and grants a higher default rate limit for account provisioning. The plaintext value is only available on creation; we store a hash.

Parameters

required

A UUID string identifying this CIMD Verification Token.

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