latestOpenAPI 3.0.02026-08-13154102760.0 KB
e33adbfca4e8
Customer addresses
Returns a specific customer address
get/customers/addresses/{addressId}
Path parameters
addressIdinteger required
Address id
Response
Location & contact
Example response
{
"data": {
"customer_id": 1,
"first_line": "First line",
"icon": "fas fa-map-marker-alt",
"color": "#000000",
"contrast_color": "WHITE"
}
}