LogoLogo
SupportChangelogAPI ReferenceStatus
Distributor API
Distributor API
  • Welcome
  • Getting Started
    • Functionalities
    • Integration Process
      • Implementation Guide
    • OCTO & Prioticket
      • Feature Comparison
    • Postman & Interactive Documentation
    • Connect Once, Reach the World
      • Featured Suppliers
        • Supplier Overview Europe
        • Supplier Overview Americas
        • Supplier Overview Middle East
      • Featured Resellers
    • Statement on API Excellence
    • Frequently Asked Questions
  • Key Concepts
    • Product Structure
      • Product types and classes
      • Admission types
      • Extra Options
      • Pickup Points
      • Combi, Clusters, Bundles & Addons
        • Cluster
        • Combi
        • Addons
        • Bundle
    • Availability and Capacity
      • Availability
      • Capacity
        • Shared and Allocated Capacity
      • Availability API
    • Pricing Guide
      • Who are you?
      • Configurations
      • Variable Pricing
      • Dynamic Pricing
      • How It All Comes Together
    • Booking Logic
      • Cart Management
      • Payments
      • Cancellation & Refunds
      • Booking Questions
    • Additional Capabilities
      • Locations, Destinations and Categories
      • Recommendations
      • Promotions
      • Webhooks
      • Translations
    • Technical Concepts
      • Authentication
      • Idempotency
      • Rate Limiting
      • Timeout Handling
      • Error Handling
      • API versioning
      • Pagination
      • Formats
      • Headers
      • Caching
  • Endpoints
    • About
    • Authentication
    • System
    • Products
      • Stock
    • Availability
    • Reservations / Cart
      • Promocodes
    • Orders
      • Email & Vouchers
    • Payments
    • Contacts
    • Notifications
    • Models
  • Resources
    • Release notes
    • Roadmap
    • Postman
    • Swagger
    • Changelogs
      • Parameter Changelog
    • API Specs
      • V3.8 (Latest)
      • V3.7
      • V3.6
      • V3.5
    • Support
    • Certification
  • Status Dashboard
Powered by GitBook
On this page
  • Our OpenAPI Definition
  • Works Seamlessly with Postman
  • Instant Client Libraries with OpenAPI Generator
  • Test and Explore Instantly with Interactive Documentation
  • Advanced Functionality

Was this helpful?

Export as PDF
  1. Getting Started

Postman & Interactive Documentation

Getting Started with the Prioticket API

PreviousFeature ComparisonNextConnect Once, Reach the World

Last updated 13 days ago

Was this helpful?

At Prioticket, we want to make integration as easy and developer-friendly as possible. That’s why our API is fully documented using OpenAPI, the world’s most widely adopted standard for API definitions. Whether you prefer to explore the API through interactive documentation, generate your own client libraries, or test calls directly in Postman, we’ve got you covered.


Our OpenAPI Definition

For the latest version of our API definition, please visit: ()

This definition gives you a complete, machine-readable blueprint of our entire API, including:

  • Endpoints

  • Request/response schemas

  • Parameter details

  • Authentication requirements


Works Seamlessly with Postman

Prefer to work with Postman? No problem!


Instant Client Libraries with OpenAPI Generator

Because our definition is publicly available, you can use powerful open-source tools like OpenAPI Generator to automatically generate client libraries in your preferred programming language, from Python and JavaScript to PHP, Java, and many more.

Important Note: These libraries are auto-generated and should be considered experimental. While we cannot guarantee backward compatibility and do not provide support for these third-party tools, we do use these SDKs internally in our own product and highly recommend them as a starting point if you prefer working with SDKs.


Test and Explore Instantly with Interactive Documentation

Want to experience our API hands-on without writing any code? Our documentation is interactive, meaning you can send actual API calls directly from your browser.


Advanced Functionality

Throughout the documentation, you’ll also find sections labeled Advanced Functionality. These features are intended for more complex use cases and deep integrations. Implementing advanced functionality is optional and not required for basic API connectivity.

If you’re interested in exploring these advanced capabilities, simply reach out to your Account Manager for guidance and best practices.


Important Notes on Schema Reuse

To keep things efficient, some schemas are reused across multiple endpoints, for both requests and responses. This means:

  • Some properties are read-only (included in responses but not in requests).

  • Other properties are write-only (sent in requests but not returned in responses).

Since all responses use JSON format, the order of fields may vary and might also change over time. Rest assured, the actual content and structure remain compliant with the OpenAPI specification.

Working with OpenAPI
previous versions