cURL
curl --request GET \ --url https://commerce.driv.ly/api/addresses/{id}
{ "data": { "id": "<string>", "city": { "state": "<string>", "name": "<string>" }, "zip": "<string>", "line1": "<string>", "line2": "<string>" }, "success": true }
Address is uniquely identified by id
The number of levels of related objects to include in the response
Address Found
Show child attributes
Address is located in City
Address has ZIP
Address has Address Line 1
Address has Address Line 2