Endpoint

Get store details

This endpoint serves to retrieve detailed information about specific carwash stores, including available carwash for purchase. By utilizing this endpoint, developers can access comprehensive details about each store's offerings, facilitating informed decision-making for users seeking carwash services.

GET

/store?id={storeId}

Store Model data

The following list provides a selection of key values included in the model; however, it is non-exhaustive. Developers can expect to find additional fields and data within the model, offering comprehensive information about each carwash store. This abbreviated list serves as a starting point for understanding the structure of the model and the types of information available for each store.

ID
Unique identifier for the store
Address
Address of the store
lat
The latitude point for the store
lng
The longitude point for the store
carwashs
List of Carwash Type model available for purchase

Response example

Below is an example of the API endpoint response, showcasing the structure and format of the data returned by the specified endpoint. This example serves as a practical illustration, demonstrating how developers can expect the information to be organized and presented when interacting with the API. It provides insight into the content and layout of the response, facilitating effective integration and utilization of the endpoint within your applications.