Repairy Partner API
  1. Data Reporting
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
        GET
  • Data Structures
    • AuthResponse
    • Availability
    • CustomAvailability
    • Car
    • Customer
    • Booking
    • BookingUpdateRequest
    • BookingStatusUpdateConfig
    • Quote
    • ServiceHistory
    • ServiceReminder
    • WebhookRequest
    • ServiceCatalog
  1. Data Reporting

Partner Report

Developing
Cloud Mock
https://mock.apidog.com/m1/839892-0-default
Cloud Mock
https://mock.apidog.com/m1/839892-0-default
GET
/reports

Retrieve Report Summary for All Workshops#

Gain insights of all workshops with ease. This report provides a comprehensive overview of bookings and qutoes.

Key Details:#

Workshops availabilities varies based on Partner Settings. Consult with Repairy Support on how to retrieve access to prefered workshops.
(Partner Access)
This feature is available for invited partners only. Please contact Repairy Support if you’d like to enable it on your account. We’ll be happy to assist you in getting started!

Request

Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://mock.apidog.com/m1/839892-0-default/reports?start=20250701&end=20250731' \
--header 'X-Partner-ID: PARTNER_ID' \
--header 'Authorization: Bearer ACCESS_TOKEN' \
--header 'Content-Type: application/json'

Responses

🟢200OK
application/json
OK
Headers

Body

Example
{
	"success": true,
	"bookings": {
		"total": 4848,
		"online": 823,
		"offline": 2997,
		"thirdparty": 267,
		"google": 758
	},
	"quotes": {
		"total": 5514,
		"online": 0,
		"google": 0,
		"thirdparty": 0,
		"responsed": 756,
		"converted": 200
	},
	"meta": {
		"customers": 9039,
		"shops": 68,
		"start": "20250101",
		"end": "20250831"
	}
}
🟠400Bad Request
Modified at 2025-08-28 01:49:48
Previous
Service Reminder Information
Next
AuthResponse
Built with