Overview

This documentation provides a detailed guide for developers integrating with the Request Mechanic platform, a service that connects car owners with certified mechanics for effective on-demand vehicle support. The RQM API simplifies interactions between car owners and mechanics. It allows developers to initiate video calls with mechanics, manage user requests, track transactions, check mechanic availability, receive notifications, and more.

API Version: v1

  • Base URL: https://requestnowmechanic.com/v1

  • Authorization: All endpoints require Bearer Token authentication to ensure secure access.

  • Content Format: JSON for both request and response bodies.

To start using the RQM API, ensure you provide a valid Bearer token in the request headers for authorization. This documentation covers all endpoints under the following categories:

  • Calls: Manage call-related actions like initiating, ending, and rating calls.

  • Client: Handle client requests, notifications, and mechanic matches.

  • User: Manage user accounts, profiles, and interactions.

  • Wallets: Track and manage user wallet balances and transactions.

  • Stats: Access statistics related to calls, transactions, and mechanic interactions.

Last updated