Skip to main content
Need help in this area? See Get Started FAQ.
This page helps developers quickly find the right technical docs. If you are trying to use the Nectar dashboard day to day, use the Knowledge Base. If you are building an integration, follow the path below.

Developer quick start path

1

Create an API key in Settings

In Nectar, go to Settings > Organization > API Keys, then click Create key. Choose the correct environment (Sandbox or Production), copy the key immediately, and store it in your secret manager.
2

Run the API getting-started flow

Follow Getting started with the API to authenticate and make your first request.
3

Set up your test environment

Use Sandbox testing to validate your integration safely before going live.
4

Implement integration features

Add Webhooks for event-driven workflows and Magic link integration if you embed Nectar’s connection UI in your product.
5

Use API Reference for endpoint details

Once your flow is working, use the API Reference for full schema and endpoint behavior. For new integrations, use v2.2.

What belongs where?

You need to…Best place to go
Understand platform workflows and UIKnowledge Base
Get integration-ready quicklyDeveloper guide
Inspect request/response schemasAPI Reference
Learn data semantics behind API objectsData model overview and Methodology