API Reference

RESTful API documentation for integrating with the NookHive platform. Manage events, bookings, invoicing, members, and more.

The NookHive API provides programmatic access to manage your organization's events, bookings, invoicing, and member data. All endpoints follow REST conventions and return JSON responses.

Base URL

https://api.nookhive.com/v1

Quick Reference

🔑

Authentication

API key authentication via request headers

📅

Core Resources

Events, Bookings, Invoicing, Members, Organizations

📁

Additional Resources

File Uploads, Orders, Utility endpoints

⚠️

Error Handling

Standard HTTP error codes and detailed error responses

Rate Limiting

API requests are rate limited to ensure fair usage:

  • Standard tier: 100 requests per minute
  • Premium tier: 1,000 requests per minute
  • Rate limit headers are included in all responses

Getting Started

Use the navigation on the right to explore specific API resources. We recommend starting with the Authentication section to set up your API credentials, then exploring the Events and Bookings APIs for common integration patterns.

Full API documentation with interactive examples will be available in the next release. Check back soon for detailed endpoint references and code samples.