Repairy Partner API
    Repairy Partner API
    • Welcome πŸ‘‹
    • Get Started
    • HTTP Headers
    • Authorization
    • Workshops
    • Bookings
    • Quotes
    • Service Reminder
    • Data Reporting
    • Booking URL
    • Error Codes
    • Technical Support
    • Changelog
    • Webhook
    • Additional Services
    • Service Catalog
    • APIs
      • Authorization
        • Access Token
        • Refresh Token
      • Workshops
        • Availabilities
        • Service Catalog
      • Bookings
        • Booking Request with Service Catalog (beta)
        • Booking Request
        • Booking Information
        • Update Booking Information
        • Update Booking Status
      • Quotes
        • Quote Request
      • Service Reminder
        • Service Reminder Notification
        • Service Reminder Information
      • Data Reporting
        • Partner Report
      • Leads
        • Call Lead
    • Data Structures
      • AuthResponse
      • Availability
      • CustomAvailability
      • Car
      • Customer
      • Booking
      • BookingUpdateRequest
      • BookingStatusUpdateConfig
      • Quote
      • ServiceHistory
      • ServiceReminder
      • WebhookRequest
      • ServiceCatalog
      • CallLead
    • Schemas
      • Schemas
        • WebhookRequest
        • ServiceSelection
        • ServiceCatalogItem
        • CallLead
        • Booking
        • BookingUpdateRequest
        • Customer
        • Car
        • Availability
        • CustomAvailability
        • AuthResponse
        • Quote
        • ServiceHistory
        • ServiceReminder
        • BookingStatusUpdateConfig

    Get Started

    Get Started with Repairy Partner API#

    The Repairy Partner API is a set of RESTful endpoints designed to automate and streamline business operations, by handling appointments, quotes, workshops, and reminders. It simplifies tasks like customer engagement and process automation, helping businesses save time and reduce errors.

    Key Features:#

    Secure Staging Environment: Test requests safely without affecting live data.
    Efficient Automation: Handle bookings, quotes, and reminders efficiently.
    Simple Authentication: Secure access with access tokens.
    Supports JSON: Standard data format for easy integration.
    Integrate the Repairy Partner API to improve efficiency, automation, and customer satisfaction! 🌟

    Base URL#

    To test your integration, use Repairy Staging server using API Base URL as follows,
    Staging API Base URL
    https://ultron.repairy.au/v1
    Production should use the URL as follows,
    Production API Base URL
    https://api.repairy.au/v1
    Please be informed that you will will need both staging and production credentials to access both servers.
    Please contact Repairy Support for the credentials.

    Requirements#

    To make developers' interactions with Repairy Partner API easier, and provide seamless, professional experience, the bare minimum requirements are as follows:
    Basic understanding of programming and working with RESTful APIs.
    Authentication using an API Key included in the Authorization header.
    Familiarity with JSON schema for both requests and responses.
    Verified Repairy Partner account for access to the API.

    πŸ”₯ Now you’re ready to integrate with Repairy Partner API! πŸš€
    Modified atΒ 2025-10-02 03:44:29
    Previous
    Welcome πŸ‘‹
    Next
    HTTP Headers
    Built with