
RepairShopr
Repairshopr API integration for repair workflows and automation
| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://yoursubdomain.repairshopr.com/api/v1 | link | — | — | — |
Actions (22)
Customer · 7
- Autocomplete customersGET /customers/autocomplete
Returns a paginated list for autocomplete queries.
documented - Create customerPOST /customers
Creates a new customer.
documented - Delete customerDELETE /customers/{id}
Deletes a customer by ID.
documented - Get customerGET /customers/{id}
Retrieves a customer by ID.
documented - Get latest customerGET /customers/latest
Retrieves the most recently created customer.
documented - List customersGET /customers
Returns a paginated list of customers.
documented - Update customerPUT /customers/{id}
Updates an existing customer by ID.
documented
Appointment Type · 5
- Create appointment typePOST /appointment_types
Creates a new appointment type.
documented - Delete appointment typeDELETE /appointment_types/{id}
Deletes an appointment type by ID.
documented - Get appointment typeGET /appointment_types/{id}
Retrieves an appointment type by ID.
documented - List appointment typesGET /appointment_types
Returns a paginated list of appointment types.
documented - Update appointment typePUT /appointment_types/{id}
Updates an existing appointment type by ID.
documented
Contact · 4
- Delete contactDELETE /contacts/{id}
Deletes a contact by ID.
documented - Get contactGET /contacts/{id}
Retrieves a contact by ID.
documented - List contactsGET /contacts
Returns a paginated list of contacts; supports filtering by associated customer.
documented - Update contactPUT /contacts/{id}
Updates an existing contact by ID.
documented