Connect

Build your first Parqet Integration with Parqet Connect

A quick step-by-step guide to create, test, and optionally publish your first integration.
Tobias

Tobias

Author

Build your first Parqet Integration with Parqet Connect

Parqet Connect lets you access Parqet portfolios on behalf of your users. Users authorize access via OAuth 2. For a deeper technical walkthrough, read the OAuth implementation guide.

Step 1: Sign in to the Developer Console

Sign in with your Parqet account at the Developer Console.

Step 2: Create your first integration

Go to Integrations and create a new integration.

When creating it:

  • Add a clear logo and name so users can recognize it.
  • Select the required scopes (read and/or write).
  • Add your OAuth redirect URLs (where users land after authorization).

Step 3: Add your Client ID in your OAuth setup

Use your preferred OAuth SDK and configure it with the Client ID from your new integration.

Step 4: Test with your private integration

New integrations are private by default.

  • You can authorize the integration for your own Parqet account via OAuth.
  • No other Parqet user can install it while it is private.

If this is only for personal/private use, you can stop here.

If you want other Parqet users to install it, continue with Step 5.

Step 5: Publish your integration

Before publishing:

  • Make sure your organization in Settings is up to date.
  • Your organization name should match the company or developer responsible for the integration.

To publish, contact Parqet at [email protected].

Include:

  • Your Client ID
  • A short description of what the integration does
  • A step-by-step test guide for the Parqet team
  • Test credentials for your app