PostHog credentials#
You can use these credentials to authenticate the following nodes:
Prerequisites#
Create a PostHog account or host PostHog on your server.
Supported authentication methods#
- API key
Related resources#
Refer to PostHog's API documentation for more information about the service.
Using API key#
To configure this credential, you'll need:
- The API URL: Enter the correct domain for your API requests:
- On US Cloud, use
https://us.i.posthog.com
for public POST-only endpoints orhttps://us.posthog.com
for private endpoints. - On EU Cloud, use
https://eu.i.posthog.com
for public POST-only endpoints orhttps://eu.posthog.com
for private endpoints. - For self-hosted instances, use your self-hosted domain.
- Confirm yours by checking your PostHog instance URL.
- On US Cloud, use
- An API Key: The API key you use depends on whether you're accessing public or private endpoints:
- For public POST-only endpoints, use a Project API key from your project's General Settings.
- For private endpoints, use a Personal API key from your User account's Personal API Keys Settings. Refer to How to obtain a personal API key for more information.