Developers

Developer-First Infrastructure

Complete documentation for Grevon Link API and Axiom Data Feeds. Everything you need to integrate, build, and extend Grevon for your use case.

Getting Started

Quick start in 5 minutes.

1

Get API Key

Create a Grevon account and generate an API key from your dashboard. It'll look like: `grev_sk_live_...`

2

Install SDK

We provide official libraries for Python, Node.js, and Ruby. Or use any HTTP client with our REST API.

3

Query Grevon Kore

Start making requests. Fetch availability, rates, property info. Everything is live and real-time from your PMS.

curl -H "Authorization: Bearer grev_sk_live_xxxxx" \ https://api.grevon.io/v1/availability?property_id=prop_123&check_in=2026-04-20&check_out=2026-04-22
Authentication

Secure your requests.

Bearer Token

Include your API key in the Authorization header of every request:

Authorization: Bearer grev_sk_live_xxxxx

Rate Limits

  • 100 requests/second per API key
  • 10,000 requests/day per property
  • Response includes `X-RateLimit-*` headers
API Reference

Core endpoints.

/availability

GET Check room availability for date range

Returns available rooms, rates, and restrictions for specified check-in and check-out dates.

/bookings

POST Create a new booking

Accepts guest details, room selection, dates, and special requests. Returns confirmation ID.

/properties/{id}

GET Fetch property details and metadata

Location, amenities, policies, check-in times, and all structured property information.

/rates

GET Real-time rate information

Current rates by room type, date, and rate plan. Updated in real-time from your PMS.

/webhooks

POST Subscribe to real-time events

Get notified instantly when availability, rates, or bookings change.

SDKs

Official client libraries.

Library

Python

pip install grevon

View on PyPI →

Library

Node.js

npm install grevon

View on npm →

Library

Ruby

gem install grevon

View on RubyGems →

Developer Support

We're here when you need us.

Support

Slack Channel

Join our developer Slack for real-time help, code reviews, and discussions with other Grevon developers.

Support

Office Hours

Join monthly developer office hours for Q&A with our engineering team. Sign-ups available in the dashboard.

Support

Email Support

Email developers@grevon.ai for technical questions. Response time: 24 hours or less.

Ready to build on Grevon?

Start your free trial and access the full API, complete documentation, and developer support.

REST API  ·  Official SDKs  ·  Sandbox & live environments