Skip to content

Beyond Pricing Partners API

Welcome to the Beyond Pricing Partners API documentation. This API enables third-party services to integrate with Beyond Pricing's revenue management platform for short-term vacation rentals.

What You Can Do

The Partners API v1 provides programmatic access to:

  • Listings -- retrieve and manage property listings with pricing data
  • Calendar -- access availability and pricing calendars
  • Users -- create and manage user accounts
  • Accounts -- connect channel accounts (PMS, Airbnb, etc.)
  • Insights -- access market data and performance metrics

Key Features

Resource Description
Getting Started Set up authentication and make your first API call
Partner Onboarding Flow Follow the end-to-end setup flow from user creation to listing activation
Authentication OAuth2 flows, token management, and security
API Endpoints Full endpoint reference with examples
Swagger UI Interactive API explorer
ReDoc Clean API reference
Release Notes Changelog of API updates and improvements

AI-Driven Client Implementation

When implementing API clients with AI tools, provide both schema-level and narrative docs context:

  • OpenAPI Specification: schema endpoint for precise endpoint contracts, field types, and request/response structures
  • Full Documentation (Markdown): single markdown document for authentication, guides, behavior details, and endpoint usage examples in one file

Base URL

All API requests use the base URL of your Beyond Pricing Partners deployment (e.g., https://partners.beyondpricing.com). Throughout this documentation, curl examples use $BASE_URL as a placeholder:

export BASE_URL=https://partners.beyondpricing.com

Support

For questions about your API integration:

  • Email: api-support@beyondpricing.com