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

    HTTP Headers

    Required API Headers#

    Include the following headers in every request. They ensure only authorized users access the correct resources.

    Authorization – Bearer Token#

    Bearer Authentication (also known as Token Authentication) is required to access protected API endpoints that are not open to the public.

    How it works#

    The server reads the token from the Authorization header.
    It verifies the user’s permission to access the requested resource.
    If the token is valid, the request will be processed; otherwise, access will be denied.

    Important Security Notice#

    An access token does not grant universal access.
    Each token only permits access to resources that belong to the authenticated user.
    Any attempt to access unauthorized resources will be rejected.
    Example:
    Keep your token valid and refresh it when needed.

    X-Partner-ID – Partner Identification#

    Every API partner must include a Partner ID in each request.
    Why It Matters
    The Partner uniquely links your system to the API service.
    Without it, the API cannot identify the requesting partner and your request will be rejected.
    How to Get a Partner ID
    Contact the official API support team to obtain a registered Partner ID.
    Include this header:
    Ensure this header is included in every API request to avoid any issues!

    Final Checklist#

    Every API request must include:
    Authorization β†’ A valid access token.
    X-Partner-ID β†’ A registered partner identifier.
    Requests missing these headers will be rejected by the server
    Modified atΒ 2025-08-28 01:40:45
    Previous
    Get Started
    Next
    Authorization
    Built with