In order to interact with the protected endpoints of the Repairy Partner API, you must first request an access token. This token is essential for gaining access to any resources that require authentication.When making requests to authenticated routes, remember to include the access token in the Authorization header of each API call. Without this token, the API will deny access to those protected endpoints.
To request your App Key and Secret, which are necessary for generating your access token, please reach out to our support team. These credentials will be issued to you and are required for both staging and production environments.Once you have your App Key and Secret, you can follow the authentication flow to obtain your access token. It's important to keep these credentials secure and avoid exposing them in public spaces, as they are vital for securing your API access.