provider usersusers POST /api/users/{uuid}/integrations/github/prepare_callback/
@utdk/posthog /api/users/{uuid}/integrations/github/prepare_callback/
users_integrations_github_prepare_callback_create
Seed personal GitHub manage callback state before opening installation settings on GitHub.
uuid path required
string

Try it

Authentication
Configure credentials for PostHog API
usersIntegrationsGithubPrepareCallbackCreate
POST/api/users/{uuid}/integrations/github/prepare_callback/
Seed personal GitHub manage callback state before opening installation settings on GitHub.

Parameters

required

Input

required

GitHub App installation id being managed on github.com.

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