Get all addresses with pagination
Retrieve a paginated list of addresses based on query parameters
query Parameters
pagenumberCurrent page
pageSizenumberPage size
Responses
dataobject[] · requiredData
pagenumberCurrent page
pageSizenumberPage size
totalnumberTotal
lastPagenumberLast page
nextstringNext page (endpoint)
previousstringPrevious page (endpoint)
Create a new address
Create a new address with the provided data
Request Body
formattedAddressstring · requiredStreet of the address
Example: Main StzipCodestring · requiredPostal code of the address
Example: 10001citystring · requiredCity of the address
Example: New Yorkcountrystring · requiredCountry of the address
Example: USAplaceIdstring · requiredPlace id maps
latitudenumber · requiredGeo latitude
longitudenumber · requiredGeo longitude
Responses
Address created
idnumber · requiredId
createdAtstring · date-time · requiredCreation Date
updatedAtstring · date-time · requiredUpdated Date
formattedAddressstring · requiredStreet of the address
Example: Main StzipCodestring · requiredPostal code of the address
Example: 10001citystring · requiredCity of the address
Example: New Yorkcountrystring · requiredCountry of the address
Example: USAplaceIdstring · requiredPlace id maps
latitudenumber · requiredGeo latitude
longitudenumber · requiredGeo longitude
Get address by ID
Retrieve a specific address by its ID
path Parameters
idnumber · min: 1 · requiredId
Responses
Address detail
idnumber · requiredId
createdAtstring · date-time · requiredCreation Date
updatedAtstring · date-time · requiredUpdated Date
formattedAddressstring · requiredStreet of the address
Example: Main StzipCodestring · requiredPostal code of the address
Example: 10001citystring · requiredCity of the address
Example: New Yorkcountrystring · requiredCountry of the address
Example: USAplaceIdstring · requiredPlace id maps
latitudenumber · requiredGeo latitude
longitudenumber · requiredGeo longitude
Update an address
Update an existing address by its ID
path Parameters
idnumber · min: 1 · requiredId
Request Body
formattedAddressstringStreet of the address
Example: Main StzipCodestringPostal code of the address
Example: 10001citystringCity of the address
Example: New YorkcountrystringCountry of the address
Example: USAplaceIdstringPlace id maps
latitudenumberGeo latitude
longitudenumberGeo longitude
Responses
Address updated

