API Reference
Complete REST API reference for nodestash, auto-generated from the OpenAPI specification.
The nodestash API follows RESTful conventions and returns JSON responses in a consistent envelope format.
Base URL
https://api.nodestash.com/v1Authentication
All endpoints require a Bearer token:
Authorization: Bearer nds_live_...See Authentication for details.
Resources
Webhook Integration
Get notified when data changes in your workspace
Create a new activity
Creates a new activity in the authenticated workspace. The `type` field is required. Activities can optionally be linked to a contact, company, or deal. If `contact_id`, `company_id`, or `deal_id` is provided, the referenced resource must exist in the workspace.