Skip to content

API Reference

Munu provides RESTful APIs for integrating with the platform. All APIs use JSON for request and response bodies.

Available APIs

Booking API

Table reservation and venue management for restaurants and hospitality.

  • Documentation: Booking API
  • Features: Venues, time slots, bookings, waitlists
  • Authentication: OAuth2 or API Key

Enterprise API

Core functionality and integration layer for enterprise customers. Provides access to orders, articles, and other business data.

  • Base URL: https://api.munu.no/v2
  • Authentication: API Key (header: X-API-Key)

Coming Soon

Additional API documentation will be added for:

  • Payment API - Payment processing integration
  • Webhooks - Real-time event notifications

Authentication

APIs support different authentication methods:

API Key

Include your API key in the request header:

http
X-API-Key: your-api-key-here

OAuth2

Some APIs (like Booking) use OAuth2 with Microsoft identity platform. See individual API documentation for details.

Rate Limits

Standard rate limits apply to all API endpoints. Contact support for higher limits.

Support

For API support, contact api@munu.no.

Technical documentation for partners and integrators