YouLocateMe is a service that lets you register and share your address online using a unique location ID system. You can input your address details to create or retrieve an ID.
Allows users to register their address using a unique location ID system by entering their address details, including street, city, ZIP, and country.
Users can retrieve registered addresses through the system, simplifying the process of sharing locations online.
Allows registering a new address and returns a unique location ID. It requires a POST request to the endpoint /register with a JSON body containing home name and billing address details (street, city, zip, country).
Fetches the address details for a given location ID. It requires a GET request to the endpoint /address/{locationId}, where locationId is the ID assigned during registration.
Updates the address details for a given location ID. It requires a PUT request to the endpoint /address/{locationId} with a JSON body containing updated home name and billing address details.
Deletes the address associated with a given location ID. It requires a DELETE request to the endpoint /address/{locationId}, where locationId is the ID assigned during registration.
Common error responses include 400 for bad requests, 401 for unauthorized access, 404 for not found, and 500 for server errors. An example error response includes details like 'Invalid location ID'.
Provides users with a unique, easy-to-remember ID for address management, simplifying and securing address sharing across various platforms.
Allows seamless handling of address information, eliminating the need to repeatedly enter address details for online transactions.
Boosts the security of personal information during online transactions by integrating a single unique ID that connects users to their location.