Nectar
Nectar is an employee recognition and rewards platform that helps organizations build culture through peer-to-peer and manager recognition, a points-based global rewards catalog (gift cards, Amazon, swag, custom company rewards), automated milestone celebrations, and internal comms. Nectar exposes a documented Open API (base https://api.nectarhr.com, Swagger at /docs) covering users, the company recognition feed, custom awards, financial redemption analytics, and Flow triggers. The API is an account add-on - access is enabled by Nectar support/your account manager and then a scoped API key is generated in Settings > Integrations; all endpoints use Bearer (JWT) authentication.
APIs
Nectar Users API
Read and manage the people in a Nectar company. List users with filters (active, invited, email, employee_id) via cursor pagination, get a single user by ID, and upsert up to 50...
Nectar Recognition API
Read the company recognition feed - the stream of peer-to-peer and manager recognitions posted in Nectar. Supports filtering by type, private, leaderboard visibility, and delete...
Nectar Custom Awards API
List a company's configured custom awards and programmatically send a custom award to one or more recipients (valid user UUIDs), with an optional message and point value. Enable...
Nectar Financial Analytics API
Generate a summary of reward redemptions made by all users over a date range (defaulting to the current month to date, capped at a one-year span). Powers financial reporting and...
Nectar Flows API
Enroll users in a Nectar Flow via an API trigger. Users are identified by email or userId and must be valid company members; if any user is not found the request fails without e...