Skip to main content
This guide shows you how to register your own app with HeyGen to obtain your OAuth credentials (client ID). This is required to let your users grant your app access to their HeyGen account.
1

Request OAuth access

  1. Submit HeyGen’s Integration Intake form to apply to become a HeyGen Integration partner.
  2. The Partnerships team will review your submission and get in touch.
  3. After approval, request an OAuth app and use https://api.nango.dev/oauth/callback as your redirect URI.
  4. You will then receive your Client ID for use with Nango. When configuring the integration in Nango, you can use a placeholder value (e.g. x) for Client Secret, since HeyGen uses PKCE and the client secret is not used during the OAuth flow.
2

Next

Follow the Quickstart to connect your first account.
For more details, see HeyGen’s OAuth 2.0 documentation.